1.错误代码如下
RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571: ===========================================================RMAN-00601: fatal error in recovery managerRMAN-03004: fatal error during execution of commandORA-01092: ORACLE instance terminated. Disconnection forcedRMAN-03002: failure of sql statement command at 12/07/2020 04:15:48ORA-00603: ORACLE server session terminated by fatal errorORA-01092: ORACLE instance terminated. Disconnection forcedORA-00600: internal error code, arguments: [kokiasg1], [], [], [], [], [], [], [], [], [], [], []Process ID: 14318Session ID: 424 Serial number: 51763
处理过程
1.创建pfile
create pfile from spfile;
2.编辑pfile 设置undo_management=manual
undo_management='manual'
