DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: data dictonary

  1. #1
    Join Date
    Feb 2001
    Posts
    103
    Hi friends,

    Is there any table which stores the details of all the data dictonary tables.

    Thanks
    When the going gets tough, the tough gets going

  2. #2
    Join Date
    Sep 2000
    Location
    Chicago, IL
    Posts
    316
    If you are looking for the desc. of the fields in the DD views, NO, there is no such table.

    If you want to find a DD table, and do not remember the exact name, you can search the dba_catalog view:

    select * from dba_catalog where table_name like 'V$SYS%';

  3. #3
    Join Date
    Jan 2001
    Location
    St. Louis. MO
    Posts
    151
    you can also try querying the dictionary tables, it gives the name of the data dictionary as well as some comments on the contents of the table.

    try; select * from dictionary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width