I'm trying to register our CMAL database in rman. I'm therefore using the command:
'rman target CMAL catalog rman/passwd@RMAN'
The system responds by asking for the target password, so I enter the CMAL 'system' password. The response then is:
target database Password:
target database Password:
RMAN-00571: =============================
RMAN-00569: ==== ERROR MESSAGE STACK FOLLOWS ===
RMAN-00571: ===================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database: ORA-01005: null password given; logon denied
If I use the system user & password:
rman target system/passwd@CMAL catalog rman/passwd@RMAN
I get the following error:
Recovery Manager: Release 8.1.6.0.0 - Production
RMAN-00571: =====
RMAN-00569: === ERROR MESSAGE STACK FOLLOWS ===
RMAN-00571: ===================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database: ORA-01031: insufficient privileges
Do I need a database link or is the fault something simpler?
Look forward to hearing from you.
'rman target CMAL catalog rman/passwd@RMAN'
The system responds by asking for the target password, so I enter the CMAL 'system' password. The response then is:
target database Password:
target database Password:
RMAN-00571: =============================
RMAN-00569: ==== ERROR MESSAGE STACK FOLLOWS ===
RMAN-00571: ===================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database: ORA-01005: null password given; logon denied
If I use the system user & password:
rman target system/passwd@CMAL catalog rman/passwd@RMAN
I get the following error:
Recovery Manager: Release 8.1.6.0.0 - Production
RMAN-00571: =====
RMAN-00569: === ERROR MESSAGE STACK FOLLOWS ===
RMAN-00571: ===================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database: ORA-01031: insufficient privileges
Do I need a database link or is the fault something simpler?
Look forward to hearing from you.