RelationalDBDesign
RedhatLinuxSys Seomining
prev prev
Course navigation
With distributed databases, there is no reliance on a central site
Ideally, all sites are equally remote, and no one site has governing authority over another.
Each site retains its own Oracle data dictionary and table security.
A data dictionary is a set of metadata that contains definitions and representations of data elements. Within the context of a DBMS, a data dictionary is a read-only set of tables and views. Amongst other things, a data dictionary holds the following information:
  1. Precise definition of data elements
  2. Usernames, roles and privileges
  3. Schema objects
  4. Integrity constraints
  5. Stored procedures and triggers
  6. General database structure
  7. Space allocations
Course navigation