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.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; }




Reply With Quote