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

Thread: Rman Recovery

Threaded View

  1. #8
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    Code:
    RUN
    {
      allocate channel dev1 type 'SBT_TAPE';
      SET UNTIL TIME 'Oct 8 2004 07:55:00'; 
      RESTORE CONTROLFILE ;
      ALTER DATABASE MOUNT; 
      RESTORE DATABASE;
      RECOVER DATABASE;
    }
    You can't recover just tablespace in Point-In_time_recovery. You need to restore complete database and recover. No PARMS for SBT_TAPE? Where is your backups - in tape or disk? I just given a simple script.
    Last edited by Thomasps; 10-10-2006 at 09:57 AM.
    Thomas Saviour([email protected])
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

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