Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN-00600: internal error, arguments [2012]

DBAppsApr 26 2021

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

Comments
Post Details
Added on Apr 26 2021
2 comments
262 views