Rman cant login Recovery Catalog [message #70224] |
Mon, 06 May 2002 22:56  |
jerome
Messages: 13 Registered: May 2000
|
Junior Member |
|
|
Hello Everyone:
I got a problem about Rman on Oracle 8.0.5 IBM AIX 4.3
I have created a user Rman ,set up the TBS and grant roles (recovery_catalog_owner,connect,resourse)and privileges to Rman.
But I can only log in Rman without recovery catalog
When I login with recovery catalog I got some err message below.
pls help me thanx
Rookie DBA Jerome
Recovery Manager: Release 8.0.5.0.0 - Production
RMAN-06008: connected to recovery catalog database
RMAN-00569: ================error message stack follows================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-06004: ORACLE error from recovery catalog database: ORA-06550: line 1, column 29:
PLS-00201: identifier 'DBMS_RCVMAN.GETPACKAGEVERSION' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
RMAN-06097: text of failing SQL statement: begin :pkg_vsn:pkg_vsn_i := dbms_rcvman . getPackageVersion ; end ;
|
|
|
Re: Rman cant login Recovery Catalog [message #70228 is a reply to message #70224] |
Tue, 07 May 2002 06:42   |
Grant
Messages: 578 Registered: January 2002
|
Senior Member |
|
|
You have a version mismatch. You need to use 8.0.5 RMAN when connecting to 8.0.5 catalog. If you are connecting with a client that is not running 8.0.5 it will not work. When connected to the AIX server are you able to connect using the 8.0.5 binaries.
|
|
|
Re: Rman cant login Recovery Catalog [message #70240 is a reply to message #70228] |
Wed, 08 May 2002 18:02  |
jerome
Messages: 13 Registered: May 2000
|
Junior Member |
|
|
Thanks for ur suggestion.I guess I have solved the problem.
Before use recover catalog I should run the catrman.sql to create the Rman Schema.
But on Oracle 9i the Rman schema is set up default.
Anyway thanks a log.
|
|
|