RMAN error -very urgent [message #53400] |
Wed, 18 September 2002 02:55 |
puneet
Messages: 76 Registered: August 2002
|
Member |
|
|
hi i am getting following error while installing RMAN ..please help it urgent...
RMAN> create catalog tablespace CPACONS;
RMAN-06444: dbms_rcvman package body created with compilation errors
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06433: error installing recovery catalog
RMAN> show errors
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01005: syntax error: found "identifier": expecting one of: "allocate, alter, beginline, catalog, change, c
onnect, create, crosscheck, configure, debug, delete, drop, exit, endinline, host, {, library, list, mount, ope
n, print, register, release, replace, report, renormalize, reset, resync, rman, rpctNoX"
RMAN-01008: the bad identifier was: show
RMAN-01007: at line 1 column 1 file: standard input
|
|
|
|
Re: RMAN error -very urgent [message #53420 is a reply to message #53406] |
Wed, 18 September 2002 20:32 |
puneet
Messages: 76 Registered: August 2002
|
Member |
|
|
go through the error and commands i gave ,i didnt creates tablespace through RMAN but were creating catalog. and after that we are getting this error...
|
|
|
Re: RMAN error -very urgent [message #53430 is a reply to message #53406] |
Thu, 19 September 2002 04:25 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
whaever it is,
you need to connect to the target database
and then
connect to the catalogue to do any kind of operation.
so
create catalog tablespace CPACONS;
will FAIL.
|
|
|