PIT restore of pluggable Database fails with error "RMAN-06034" ?
Hello Experts,
I am trying to do a restore of PDB to point in time with SCN. However, I get following error.
RUN {
ALLOCATE CHANNEL ch0 TYPE 'SBT_TAPE';
RESTORE PLUGGABLE DATABASE 'PDBTEST' UNTIL SCN 10090975;
RECOVER
PLUGGABLE DATABASE 'PDBTEST' UNTIL SCN 10090975;
ALTER PLUGGABLE DATABASE PDBTEST OPEN RESETLOGS;
RELEASE CHANNEL ch0;
}
using target database control file instead of recovery catalog
allocated channel: ch0
channel ch0: SID=261 device type=SBT_TAPE
channel ch0: xxxx
sent command to channel: ch0
Starting restore at 30-APR-14
channel ch0: starting datafile backup set restore
channel ch0: specifying datafile(s) to restore from backup set
channel ch0: restoring datafile 00016 to C:\APP\ORAUSER\ORADATA\ORCL\PDBTEST\SYSTEM01.DBF