
Oracle
文章平均质量分 64
驹子还是叶子
这个作者很懒,什么都没留下…
展开
-
事务
TransactionsIntroduction to TransactionsStructure of a TransactionBeginning of a Transaction(事物的开始)End of a Transaction(事务的结束) Introduction to Transactions Oracle Database assigns every transaction a unique identifier called a transaction ID. Oracle数据库分配给每原创 2021-04-02 16:50:20 · 92 阅读 · 0 评论 -
Oracle学习笔记(一)之事务管理
事务管理(Transaction Management) Oracle Database is designed as a multiuser database. Oracle数据库是一个多用户的数据库。 The database must ensure that multiple users can work concurrently without corrupting one another’s data. 数据库必须保证多用户同时工作而不互相影响彼此的数据。 Transactions(事务) An原创 2021-04-02 15:02:03 · 95 阅读 · 0 评论 -
Oracle学习笔记
Oracle学习笔记逻辑存储结构(Logical Storage Structures)Tablespace(表空间)Permanent TablespacesTablespace Modes 虽然平时经常用Oracle数据库,但是对一些基本的概念非常模糊,最近在官网文档下学习,以下内容全部来自官网,都是一些非常简短的描述,希望给大家带来一点点帮助,来源于Oracle Database Concepts。 逻辑存储结构(Logical Storage Structures) Tablespace(表空间)原创 2021-04-02 14:06:47 · 185 阅读 · 1 评论