RMAN - Backup and List of backup in same block
Hi
We are trying to run RMAN backup (Oracle 10g R2) and at the end, get a report of the backup using the following
run {
delete noprompt backup;
backup database plus archivelog delete input;
list backup;
}
But when we execute this, it gave us the following error
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "list": expecting one of: "allocate, alter, back
up, beginline, blockrecover, catalog, change, copy, convert, crosscheck, configu
re, duplicate, debug, delete, execute, endinline, flashback, host, mount, open,
plsql, recover, release, replicate, report, restore, resync, }, set, setlimit, s
We are trying to run RMAN backup (Oracle 10g R2) and at the end, get a report of the backup using the following
run {
delete noprompt backup;
backup database plus archivelog delete input;
list backup;
}
But when we execute this, it gave us the following error
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "list": expecting one of: "allocate, alter, back
up, beginline, blockrecover, catalog, change, copy, convert, crosscheck, configu
re, duplicate, debug, delete, execute, endinline, flashback, host, mount, open,
plsql, recover, release, replicate, report, restore, resync, }, set, setlimit, s
0