Database Backup and Recovery (MOSC)

MOSC Banner

PIT restore of pluggable Database fails with error "RMAN-06034" ?

edited May 14, 2014 12:00PM in Database Backup and Recovery (MOSC) 6 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center