Recovering a Table - Auxiliary Database Fails
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