Dear Gurus ,
please help me with the below error .
Oracle version 10.2.0.4
Below is the script being run .
run {
allocate channel ch01 type disk;
delete noprompt force archivelog until time 'SYSDATE-3';#
release channel ch01;
}
EOF
Issue is the log file is getting continuesly updated with the below error .
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01006: error signalled during parse
RMAN-00600: internal error, arguments [2012] [] [] [] []
Regards
DBApps