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

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

Re: rman connect through TNS fails: ORA-01031

From: James Valenti <jamesvalenti_at_home.com>
Date: Sat, 12 Jun 1999 00:20:30 GMT
Message-ID: <3761A7C4.CE40C9A3@home.com>


I've seen this before. In my case it was a problem with the rman packages. Check that both are valid and are owned by the appropriate user.
jbence1849_at_my-deja.com wrote:

> 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 Fri Jun 11 1999 - 19:20:30 CDT

Original text of this message

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