Database Backup and Recovery (MOSC)

MOSC Banner

Recovering a Table - Auxiliary Database Fails

edited Mar 9, 2018 12:34PM in Database Backup and Recovery (MOSC) 3 commentsAnswered ✓

Environment:

OS: RHEL 7.2

DB: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0

I'm trying to recover a table from backups using the following command:

run {

    recover device type sbt table datwhs.DW_ZIP_T1 of pluggable database cloudpdb

    until time "to_date('03/01/2018 13:04:33','mm/dd/yyyy hh24:mi:ss')"

    auxiliary destination '/du1/aux'

    DATAPUMP DESTINATION '/tmp/'

    DUMP FILE 'emp.dat'

    NOTABLEIMPORT;

}

This, however, gives these errors:

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-00601: fatal error in recovery manager

RMAN-03004: fatal error during execution of command

RMAN-10041: Could not re-create polling channel context following failure.

RMAN-10024: error setting up for rpc polling

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