RMAN-00554, RMAN-04005, ORA-0103 [message #550076] |
Thu, 05 April 2012 15:02 |
|
sureshd
Messages: 3 Registered: April 2012 Location: Bangalore
|
Junior Member |
|
|
Hi I'm a newbie to Oracle DBA
I have a weird situation with this issue
I have 2 db's running ORCL - created using dbca &
TEST - created manually
when I try to login into RMAN with target as test db I get the following error
oracle@localhost ~]$ rman target system/manager@test
Recovery Manager: Release 11.1.0.6.0 - Production on Fri Apr 6 00:34:57 2012
Copyright (c) 1982, 2007, Oracle. All rights reserved.
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
and when I try to login into RMAN with target as ORCL and user as system I get the same error
oracle@localhost ~]$ rman target system/manager@orcl
Recovery Manager: Release 11.1.0.6.0 - Production on Fri Apr 6 00:35:13 2012
Copyright (c) 1982, 2007, Oracle. All rights reserved.
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
but to my surprise when I try to login with sys/password it works fine.
[oracle@localhost ~]$ rman target sys/********@orcl
Recovery Manager: Release 11.1.0.6.0 - Production on Fri Apr 6 00:35:52 2012
Copyright (c) 1982, 2007, Oracle. All rights reserved.
connected to target database: ORCL (DBID=1307590838)
RMAN>
tried a lot to solve this issue but nothing worked out.
-
Attachment: error.jpg
(Size: 137.81KB, Downloaded 12288 times)
|
|
|
|
|
|
|
|
Re: RMAN-00554, RMAN-04005, ORA-0103 [message #550154 is a reply to message #550152] |
Fri, 06 April 2012 06:21 |
|
Michel Cadot
Messages: 68731 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
No, I didn't ask for this query, I quoted your text to answer to it, the query I wanted was on v$database, sorry for the confusion.
Anyway, it does not matter now.
Regards
Michel
|
|
|