Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> rman connect via TNS fails: ORA-01031
I am attempting to connect to a database with RMAN. The recovery
catalog is on a remote machine. The "spot" database is on the
machine where I am typing the rman command. The user "rcvr" has been
given SYSDBA privileges and has a password stored in an external
password file created with orapwd.
Can anyone shed some light on why the second command below fails?
thanks in advance,
James
% setenv ORACLE_SID spot
% rman target "rcvr/xxxxx" rcvcat "rcvr/xxxxx_at_rcvr"
Recovery Manager: Release 8.0.4.2.2 - Production
RMAN-06005: connected to target database: SPOT RMAN-06008: connected to recovery catalog database
RMAN>
% rman target "rcvr/xxxxx_at_spot" rcvcat "rcvr/xxxxx_at_rcvr"
Recovery Manager: Release 8.0.4.2.2 - Production
RMAN-00569: ================error message stack follows======== RMAN-00554: initialization of internal recovery manager package failed RMAN-04005: error from target database: ORA-01031: insufficient privileges
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Tue Jun 08 1999 - 18:41:09 CDT
![]() |
![]() |