Oracle
Data Dictionary
Figo Kim
2006. 11. 27. 00:52
- A collection, data dictionary, is created and maintained by the Oracle server and contains information about the database.
- The basic structure is alike the other database data.
- Use SQL statement to access the data dictionary.(Read Only)
Normarlly, users cannot access to the data dictionary table directly. They are only allowed to access to the view of the data dictionary.
- Definitions of all schema objects in the database (tables, views, indexes, synonyms, sequences, precedures, functions, packages, triggers, and so on)
- Default values for columns
- Integrity constraint information
- Names of Oracle users
- Privileges and roles that each user has been granted
- Other general database information