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

Thread: Newly added datafile is not shown in DBA_DATA_FILES

  1. #1
    Join Date
    Dec 2001
    Location
    USA
    Posts
    620

    Unhappy

    Hi guys,

    8i/Windows NT.

    I re-created TEMP tablespace with foll. command

    CREATE TEMPORARY TABLESPACE temp
    TEMPFILE 'e:\oradata\test\temp01.dbf' SIZE 2048M
    EXTENT MANAGEMENT LOCAL
    UNIFORM SIZE 10M;

    select * from dba_Data_files where tablespace_name='TEMP'

    returns no rows.

    select * from dba_tablespaces where tablespace_name='TEMP'

    shows the correct record.

    Why it does not show data file temp01.dbf'

    Thanks in Adv.



    Sam
    ------------------------
    To handle yourself, use your head. To handle others, use your heart

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    it's temporary so you have to look in dba_temp_files

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