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

Thread: Recovery

  1. #1
    Join Date
    Nov 2008
    Posts
    30

    Recovery

    Hi
    Im using Oracle 9i on Windos.When i was performing Clone database using cold backup i'm getting the following error

    SQL> alter database recover using backup controlfile;
    alter database recover using backup controlfile
    *
    ERROR at line 1:
    ORA-00279: change 193666 generated at 11/26/2008 01:27:08 needed for thread 1
    ORA-00289: suggestion : C:\ORACLE\ORADATA\NEWCLONE\ARCHIVE1_1.DBF
    ORA-00280: change 193666 for thread 1 is in sequence #1

    how can i recover my database?
    LittleAngel
    DBA-SQL,Oracle

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    If you have a true cold backup, you don't have to recover.

    Alternatively, you can:
    recover database using backup controlfile until cancel;
    cancel;
    alter database open resetlogs
    Jeff Hunter

  3. #3
    Join Date
    Nov 2008
    Posts
    30
    Thanks for your update
    LittleAngel
    DBA-SQL,Oracle

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