Introduction to the Data Dictionary (257)

本文介绍了Oracle数据库中数据字典的重要性和结构。数据字典是只读的表格集合,包含了所有模式对象的定义、空间分配及使用情况、列的默认值、完整性约束等关键信息。它是数据库的核心组成部分,对从最终用户到应用程序设计师和数据库管理员的所有用户都至关重要。

One of the most important parts of an Oracle database is its data dictionary, which is a
read-only set of tables that provides information about the database. A data dictionary
contains:
■ The definitions of all schema objects in the database (tables, views, indexes,
clusters, synonyms, sequences, procedures, functions, packages, triggers, and so
on)
■ How much space has been allocated for, and is currently used by, the
schema objects
■ Default values for columns
■ Integrity constraint information
■ The names of Oracle users
■ Privileges and roles each user has been granted
■ Auditing information, such as who has accessed or updated various schema
objects
■ Other general database information
The data dictionary is structured in tables and views, just like other database data. All
the data dictionary tables and views for a given database are stored in that database’s
SYSTEM tablespace.

Not only is the data dictionary central to every Oracle database, it is an important tool
for all users, from end users to application designers and database administrators. Use
SQL statements to access the data dictionary. Because the data dictionary is read only,
you can issue only queries (SELECT statements) against it’s tables and views.

数据字典
1. 数据字典包含以下信息:所有方案对象的定义,空间分配及使用情况,列的默认值,完整性约束等
2. 数据字典是只读的

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-985468/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10599713/viewspace-985468/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值