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

Thread: datafiles in recovery status!!!

  1. #1
    Join Date
    Aug 2001
    Posts
    390
    I just took over one database and I have quick questions:

    1. How can I take the datafiles out of the recovery mode and put it online ???

    2. why some of the datafiles are in recovery mode at the first place ??? I don't think the previous DBA do any kind of recovery to this database.

    thanks



  2. #2
    Join Date
    Oct 2000
    Posts
    467
    if you have the archive logs then issue
    alter tablespace/datafile recover command . Once all archive logs are generated, then alter them as online.

    Vinit

  3. #3
    Join Date
    Sep 2001
    Posts
    62
    What view are u looking at ? v$recovery_file_status ?


    Query v$recovery_status to get overall database recovery information.

    The only way to get the files off recovery mode is to perform recovery. ALTER DATABASE RECOVER.


  4. #4
    Join Date
    Aug 2001
    Posts
    390
    Thanks for your reply,


    could someone explain to me why only about 3 datafiles out of 60 datafiles in recovery mode ???

    Thanks



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