Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Deleting in RMAN

Re: Deleting in RMAN

From: <amerar_at_iwc.net>
Date: 5 May 2005 11:00:35 -0700
Message-ID: <1115316034.993054.81850@g14g2000cwa.googlegroups.com>

I get this:

RMAN> delete obsolete;

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands RMAN-01005: syntax error: found "obsolete": expecting one of: "expired, script"
RMAN-01007: at line 1 column 8 file: standard input
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands RMAN-01005: syntax error: found ";": expecting one of: "allocate, alter, beginline, catalog, change,
 connect, create, crosscheck, configure, debug, delete, drop, exit, endinline, host, {, library, lis
t, mount, open, print, register, release, replace, report, renormalize, reset, resync, rman, rpct6Cą
"
RMAN-01007: at line 1 column 16 file: standard input

And it does not work within a run bracket either:

RMAN> run {
2> delete obsolete;

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands RMAN-01005: syntax error: found "delete": expecting one of: "allocate, alter, backup, beginline, cat
alog, change, copy, duplicate, debug, execute, endinline, host, mount, open, plsql, recover, release
, replicate, restore, resync, set, setlimit, sql, switch, startup, shutdown, send, validate"
RMAN-01007: at line 3 column 1 file: standard input Received on Thu May 05 2005 - 13:00:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US