数据字典(Data Dictionary)是Oracle数据库的一个重要组成部分,是元数据(metadata)的存储地点,Oracle的RDBMS使用数据字典记录和管理对象信息和安全信息等,用户和数据库系统管理员通过数据字典来获取数据库相关信息。 数据字典主要包括以下内容: 所有数据库Schema对象的定义(表,视图,索引,聚簇,同义词,序列,过程,函
1.数据字典(data dictionary)是Oracle数据库的一个重要组成部分,这是一组用于记录数据库信息的只读(read-only)表。 数据字典里存有用户信息、用户的权限信息、所有数据对象信息、表的约束条件、统计分析数据库的视图等。我们不能手工修改数据字典里的信息。当用户在对数据库中的数据进行操作时遇到困难就可以访问数据字...
The oracle data dictionary is the heart of the Oracle database management system. The data dictionary holds all the necessary information for the database to function. Oracle needs this metadata to verify users, objects, privileges, and roles in the database. Understanding the data dictionary ...
数据字典(Data Dictionary)也就是通常所说的系统目录,它是Oracle数据库中最重要的组成部分。数据字典记录了数据库的系统信息,它是只读表和视图的集合,数据字典的所有者为SYS用户,所有的数据字典表和视图都被储存在该数据库的SYSTEM表空间中。用户只能在数据字典上执行查询操作,而其维护和修改是由系统自动完成的。数据...
Not all views sets have three members. For example, the data dictionary contains a DBA_LOCK view but no ALL_LOCK view. 查看全部的数据字典 dictionary Oracle 11g中数据字典视图2577个,神仙也记不住,但是有个dictionary视图,该视图里记录了所有的数据字典视图的名称。所以当我们需要查找某个数据字典而又不...
Data definition language (DDL) statements enable you to perform these tasks: Create, alter, and drop schema objects Grant and revoke privileges and roles Analyze information on a table, index, or cluster Establish auditing options Add comments to the data dictionary ...
数据字典表(Data dictionary table)用以存储表、索引、约束以及其它数据库结构的信息,这些对象通常以“\$”结尾(例如:TAB\$、OBJ\$、TS\$等),在创建数据库的时候通过运行\$ORACLE_HOME/rdbms/admin/sql.bsq脚本来创建。 五、静态数据字典视图 由于X\$表和数据字典表通常不能直接被用户访问,Oracle创建了静态数据...
海外直订Oracle Data Dictionary Pocket Reference: Views, Columns & Tips Oracle数据字典口袋参考:视图,列和提示 作者:Kreines, David C.出版社:O'Reilly Media出版时间:2003年05月 手机专享价 ¥ 当当价 降价通知 ¥108.00 配送至 广东佛山市 至 北京市东城区 服务 由“中华商务进口图书旗舰店”发货,并...
Data Dictionary存储的是控制信息:如有多少张表,表的结构等等 Performance tables:也称为DynamicPerformance tables,即动态性能表,反应了系统的性能特征,是动态的,以表的形式展示,但实际上展示的是内存信息。 PL/SQL packages:帮助完成数据库日常管理的程序。
TheDICTIONARYview contains list or data dictionary tables. A.2.16DUAL TheDUALview contains list of dual tables. A.2.17TABLE_PRIVILEGES TheTABLE_PRIVILEGESview contains grants on objects for which the user is the grantor, grantee, or owner, or, the grantee isPUBLIC. ...