欢迎来到天天文库
浏览记录
ID:37552902
大小:386.61 KB
页数:11页
时间:2019-05-25
《Oracle 11gR2 概念 第6章 数据字典和动态性能视图》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、http://www.realdba.net/category/db/orcl/basic/anyquestionpleasecontactmartin.tian@hotmail.comViewPDFViewPDFPreviousNextPreviousNext6DataDictionaryandDynamic第6章数据字典和动态性能视图PerformanceViewsThischapterdescribesthecentralsetofread-onlyreferencetablesand本章介绍了每个Oracle数据库都具有的
2、只读参考表和视图中最重要的部viewsofeachOracledatabase,knowncollectivelyasthedata分,统称为数据字典。本章还介绍了动态性能视图,它们是一些会在数据库dictionary.Thechapteralsodescribesthedynamicperformance处于打开状态时不断更新的特殊视图。views,whicharespecialviewsthatarecontinuouslyupdatedwhileadatabaseisopenandinuse.Thischapterconta
3、insthefollowingsections:本章包含以下各节:OverviewoftheDataDictionary数据字典概述oContentsoftheDataDictionaryo数据字典的内容oStorageoftheDataDictionaryo数据字典存储oHowOracleDatabaseUsestheDataDictionaryoOracle数据库如何使用数据字典OverviewoftheDynamicPerformanceViews动态性能视图概述oContentsoftheDynamicPerfor
4、manceViewso动态性能视图的内容oStorageoftheDynamicPerformanceViewso动态性能视图的存储DatabaseObjectMetadata数据库对象元数据OverviewoftheDataDictionary数据字典概述AnimportantpartofanOracledatabaseisitsdatadictionary,whichisaOracle数据库的一个重要部分是它的数据字典,它是一组提供有关数据库read-onlysetoftablesthatprovidesadministr
5、ativemetadataaboutthe管理元数据的只读表。数据字典包含如下信息:database.Adatadictionarycontainsinformationsuchasthefollowing:Thedefinitionsofeveryschemaobjectinthedatabase,including在数据库中每个模式对象的定义,包括列的默认值和完整性约束信息defaultvaluesforcolumnsandintegrityconstraintinformationTheamountofspaceall
6、ocatedforandcurrentlyusedbythe分配给模式对象的空间量及当前已使用量schemaobjectsThenamesofOracleDatabaseusers,privilegesandrolesgrantedOracle数据库用户的名称、授予用户的权限和角色、和与用户相关http://www.realdba.net/category/db/orcl/basic/anyquestionpleasecontactmartin.tian@hotmail.comtousers,andauditinginfor
7、mationrelatedtousers(see"User的审计信息(请参阅"用户帐户")Accounts")ThedatadictionaryisacentralpartofdatamanagementforeveryOracle数据字典是每个Oracle数据库数据管理的核心部分。例如,数据库执行下database.Forexample,thedatabaseperformsthefollowingactions:列操作:Accessesthedatadictionarytofindinformationaboutusers,
8、访问数据字典来查找有关用户、模式对象、和存储结构的信息schemaobjects,andstoragestructuresModifiesthedatadictionaryeverytimethataDDLstatementis每次发出DDL
此文档下载收益归作者所有