94. not able to backup my database with recovery catalog [message #69953] |
Thu, 21 March 2002 20:04 |
krishna
Messages: 141 Registered: October 1998
|
Senior Member |
|
|
I'm looking to backup my target database having connected to the recovery catalog. Both my databases are in my local machine. kris is the database where my recovery catalog is located. summer is my target database. This is the transcript of events.
C:>rman catalog rman/rman@kris
Recovery Manager: Release 8.1.7.0.0 - Production
RMAN-06008: connected to recovery catalog database
RMAN> connect target
RMAN-06005: connected to target database: SUMMER (DBID=2912805942)
RMAN> backup database;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01005: syntax error: found "backup": expecting one of: "allocate, alter, beginline, catalog, change, connect, create, crosscheck, configure, debug, delete, drop, exit, endinline, host, {, library, list, mount, open, print, register, release, replace, report, renormalize, reset, resync, rman, rpct·"
RMAN-01007: at line 1 column 1 file: standard input
Why am i not able to backup my database?
|
|
|
|
|