LS - Recover a standby database - deleted standby file (.tuf file)

Unanswered LS - Recover a standby database - deleted standby file (.tuf file)

  • Monday, November 19, 2007 11:42 PM
     
     

     

    Hi,

     

    The standby file (.tuf file) got deleted accidentally on the secondary. How can I recover the database without the standby file?

All Replies

  • Tuesday, November 20, 2007 12:44 AM
    Moderator
     
     
    I think you can try this way to bring the secondary database online,
    Code Block

    Restore database DBName with Recovery


    - Deepak
  • Thursday, November 22, 2007 8:26 AM
     
     
    nope it doesn't work. This will still look for the tuf file

     

  • Thursday, November 22, 2007 9:25 AM
    Moderator
     
     
    Pls check the last tran log backup that was restored in the secondary server. Try to restore the subsequent tran log backup in the secondary server using With Recovery option to bring the secondary database online.

    Restore log DBName from disk='Tran log backup name.trn' with Recovery


    - Deepak