How Oracle Uses the Data Dictionary (262)
Data in the base tables of the data dictionary is necessary for Oracle to function.
Therefore, only Oracle should write or change data dictionary information. Oracle
provides scripts to modify the data dictionary tables when a database is upgraded or
downgraded.
During database operation, Oracle reads the data dictionary to ascertain that schema
objects exist and that users have proper access to them. Oracle also updates the data
dictionary continuously to reflect changes in database structures, auditing, grants, and
data.
For example, if user Kathy creates a table named parts, then new rows are added to
the data dictionary that reflect the new table, columns, segment, extents, and the
privileges that Kathy has on the table. This new information is then visible the next
time the dictionary views are queried.
Oracle 如何使用資料字典
1. 資料字典基表中的資料是 Oracle 正常工作所必須的
2. 在資料庫執行期間,Oracle 透過資料字典內的資訊來確定方案物件是否存在,以及使用者是否具備相應的權
限。Oracle會持續地更新資料字典,以便反映資料庫在結構,資料,授權等方面的變化
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-985477/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to get ORACLE_HOME from data dictionaryOracle
- note of Beginning Oracle SQL-Oracle Data Dictionary ViewsOracleSQLView
- How to migrate data from Oracle to MSSQLSERVEROracleSQLServer
- data dictionary(資料字典)
- About Static Data Dictionary ViewsView
- Structure of the Data Dictionary : Base Tables (258)Struct
- Oracle10g資料字典(Data Dictionary for Oracle 10g)-ztOracle 10g
- How To Using Flashback Data Archive (Oracle Total Recall)HiveOracle
- Public Synonyms for Data Dictionary Views (263)View
- Cache the Data Dictionary for Fast Access (264)AST
- Oracle 19c Concepts(06):Data Dictionary and Dynamic Performance ViewsOracleORMView
- Python演算法-How to sort a dictionary by valuePython演算法
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- How boltdb Write its Data?
- Structure of the Data Dictionary : User-Accessible Views (259)StructView
- Step 9: Run Scripts to Build Data Dictionary Views (67)UIView
- How to monitor data transaction on one table
- How to Rename a Server That Is Not a Data Store ServerServer
- Keeping the Data Dictionary Cache Hit Ratio at or above 95 Percent
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- school dictionary, kids dictionary, children dictionary
- How Oracle Works!Oracle
- How to Study OracleOracle
- Oracle 11G OCP 1Z0-053 262Oracle
- How to enable trace in OracleOracle
- In Oracle,How to use dumpOracle
- An Example of How Oracle WorksOracle
- View and Data API Tips: how to make viewer full screenViewAPI
- how BabyFile app transfer files with Windows PC though data cableAPPWindows
- 262-Trips and Users
- Android 中 uses-feature 和 uses-permission的作用 關係和區別Android
- oracle O7_DICTIONARY_ACCESSIBILITY 引數Oracle
- Oracle HowTo:How to get Oracle SCN?Oracle
- Uses of Function-Based Indexes (200)FunctionIndex
- SAP PP how to re-read master data for process order?AST
- How Oracle Locking WorksOracle
- How to rename an Oracle stored procedureOracle
- Oracle Data BufferOracle