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

Thread: Queries allowed on fixed table

  1. #1
    Join Date
    Feb 2006
    Posts
    162

    Queries allowed on fixed table

    Hi,

    I've mounted my database,when i give the follwing query,'Select * from v$database;",it works,but when i give the query,"select * from dba_data_files;",it gives the following error,

    ORA-01219:database not open:queries allowed on fixed tables/views only.

    Just clear me,
    1. What are the tables/views internally marked as fixed by ORACLE & on what basis ORACLE does this marking?
    2. What is meant by fixed table/view?


    Thanks,
    Malru

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    dba_data_files => data dictionary => tablespace system => datafiles

    datafiles cannot be read when database is mounted and not opened

  3. #3
    Join Date
    Jun 2006
    Location
    Chennai, INDIA
    Posts
    72

    Wink

    Hi,
    Check v$fixed_table for the list. It holds the list of base tables and views.

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