[b]basic concepts:[/b]
database management system (DBMS)
relational database management system(RDBMS)
object-relational database management system (ORDBMS).
system global area (SGA)
program global area (PGA)
Database instance:An instance is a set of memory structures that manage database files.
[b]Scheme Objects:[/b]In Oracle Database, a database schema is a collection of logical
data structures, or schema objects. A database schema is owned by a database user and has the same name as the user name.
[b]Tables:[/b]
[b]Index:[/b]
An index is an optional data structure that you can create on one or more columns of a
table.
Oracle9i&10g编程艺术
database management system (DBMS)
relational database management system(RDBMS)
object-relational database management system (ORDBMS).
system global area (SGA)
program global area (PGA)
Database instance:An instance is a set of memory structures that manage database files.
[b]Scheme Objects:[/b]In Oracle Database, a database schema is a collection of logical
data structures, or schema objects. A database schema is owned by a database user and has the same name as the user name.
[b]Tables:[/b]
[b]Index:[/b]
An index is an optional data structure that you can create on one or more columns of a
table.
Oracle9i&10g编程艺术
本文深入探讨了Oracle数据库中的方案对象概念,包括数据库实例、SGA、PGA等核心组件,以及如何通过创建表格和索引来优化数据库性能。

被折叠的 条评论
为什么被折叠?



