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

Thread: Problem in Recovery

  1. #1
    Join Date
    Jan 2003
    Location
    Bahrain
    Posts
    109

    Problem in Recovery

    Hi all,

    By mistake I deleted one datafile from users tablespace. But I don't have any backup for that.


    I am doing recovery in my database.

    I have created a new controlfile using trace file without adding that deleted datafile

    Database mounted and controlfile created

    When I am issuing the command

    select name from v$datafile in the mounting stage it shows me all the valid datafile name.


    But after issuing the command

    alter database open;

    If I am giving select name from v$datafile in the open stage

    it shows me one extra file

    ie) c:\oracle\ora81\database\missing0008.ora

    But the database is working properly! But I can't take the hot backup for users tablespace because of this missing file

    Can anyone solve my problem


    Seelan

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    well if you think you can fool Oracle by creating a dummy file .....

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