Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> rman connect through TNS fails: ORA-01031

rman connect through TNS fails: ORA-01031

From: <jbence1849_at_my-deja.com>
Date: Tue, 08 Jun 1999 23:36:16 GMT
Message-ID: <7jk9df$3sp$1@nnrp1.deja.com>


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:36:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US