现象:
RMAN duplicate command fails with ORA-06544 and ORA-06553.
Starting restore at 18-05-11
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: SID=1702 device type=DISK
channel ORA_AUX_DISK_1: restoring control file
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 05/11/2018 14:41:04
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
ORA-06544: PL/SQL: internal error, arguments: [77803], [], [], [], [], [], [], []
ORA-06553: PLS-801: internal error[77803]
原因:
Incorrect environment variable PATH setting.
处理方法:
Set the beginning of environment variable PATH to $ORACLE_HOME/bin/, and start RMAN duplicate command
|