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

Thread: v$ and dba views

  1. #1
    Join Date
    Oct 2000
    Posts
    22

    Talking

    Where can I find a documentation that explains all the various columns/sections of v$ and dba tables?

    e.g. dba_tablespaces for example,
    the table_name, owner,initial_extent,next_extent,etc are all explained.

  2. #2
    Join Date
    Jan 2001
    Posts
    23

    Thumbs up


    If you are using Oracle 8i, navigate thru the followin links...
    Oracle8i Server, Release 8.1.5 --> Oracle8i Reference

    You'll have sections STATIC DATA DICTIONARY VIEWS,
    DYNAMIC PERFORMANCE (V$) VIEWS

    You'll see the briefing about all the DD tables, not a detailed explanation.

    - Nanda.

  3. #3
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    You can query DICT_COLUMNS table.
    Here you will get description for columns of the dictionary tables/views.

    Sanjay

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