Database Backup and Recovery (MOSC)

MOSC Banner

RMAN - Backup and List of backup in same block

edited May 12, 2011 9:27AM in Database Backup and Recovery (MOSC) 8 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center