Home » RDBMS Server » Backup & Recovery » RMAN-00554: initialization of internal recovery manager package failed (windows xp 654 bit , oracle 10g)
RMAN-00554: initialization of internal recovery manager package failed [message #525017] Wed, 28 September 2011 06:28 Go to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
I have a database in Archivelog mode and Flashback mode. I am trying to connect to RMAN. But am getting the error


SQL> select name,log_mode,flashback_on from v$database
2 /

NAME LOG_MODE FLA
--------- ------------ ---
ORCL ARCHIVELOG YES

SQL> show user
USER is "SYS"
SQL> host rman target /

Recovery Manager: Release 10.1.0.2.0 - Production

Copyright © 1995, 2004, 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

SQL> host rman

Recovery Manager: Release 10.1.0.2.0 - Production

Copyright © 1995, 2004, Oracle. All rights reserved.

RMAN> connect target /

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-01031: insufficient privileges

RMAN> connect target \

target database Password:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-01031: insufficient privileges

RMAN> connect target \

target database Password:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-01031: insufficient privileges

RMAN>

Re: RMAN-00554: initialization of internal recovery manager package failed [message #525020 is a reply to message #525017] Wed, 28 September 2011 06:32 Go to previous messageGo to next message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
First disconnect from SQL*Plus before calling RMAN.
Then tell us how did you connect to SQL*Plus with SYS user.

Regards
Michel
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525182 is a reply to message #525020] Fri, 30 September 2011 00:43 Go to previous messageGo to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
yes michel again this same error i also disconnect from sqlplus and try to again connnect rman using sys user this same error i got

Re: RMAN-00554: initialization of internal recovery manager package failed [message #525189 is a reply to message #525182] Fri, 30 September 2011 01:08 Go to previous messageGo to next message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
Then tell us how did you connect to SQL*Plus with SYS user


Regards
Michel
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525242 is a reply to message #525189] Fri, 30 September 2011 05:56 Go to previous messageGo to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
now michel today i got this error

i also not connect with sqlplus also

why this happend can you tell me

C:\oracle\product\10.2.0\db_1\BIN>sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 30 16:22:11 2011

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter user-name: sys/oracle@orcl as sysdba
Connected to an idle instance.

SQL> alter database mount;
alter database mount
*
ERROR at line 1:
ORA-01034: ORACLE not available


SQL> shutdown immediate
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SQL>
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525243 is a reply to message #525242] Fri, 30 September 2011 05:59 Go to previous messageGo to next message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
If you connect with SQL*Plus using "sys/oracle@orcl" then you have to connect to RMAN with the same thing.

Regards
Michel
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525246 is a reply to message #525243] Fri, 30 September 2011 06:08 Go to previous messageGo to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
but michel now also cannot connect with sqlplus also
when i connect with sqlplus i only connect sqlplus at idel staage only i cannot mount the database and when i alter this database at mount staget i got this error

SQL> alter database mount;
alter database mount
*
ERROR at line 1:
ORA-01034: ORACLE not available

Re: RMAN-00554: initialization of internal recovery manager package failed [message #525247 is a reply to message #525246] Fri, 30 September 2011 06:13 Go to previous messageGo to next message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
You have to FIRST startup in nomount stage to be able to go to mount state.

Regards
Michel
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525257 is a reply to message #525247] Fri, 30 September 2011 06:55 Go to previous messageGo to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
michel i can connect database at nomount stage already

C:\oracle\product\10.2.0\db_1\BIN>sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 30 16:22:11 2011

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter user-name: sys/oracle@orcl as sysdba
Connected to an idle instance.

i got error when i alter this database to mount stage
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525269 is a reply to message #525257] Fri, 30 September 2011 07:48 Go to previous messageGo to next message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
Connected to an idle instance.

You are NOT in mount state.

Regards
Michel
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525321 is a reply to message #525269] Sat, 01 October 2011 01:32 Go to previous messageGo to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
yes michel i cannot connect to my database at mount stage.so what can i do can you tell me when i alter my database to mount stage i got error
oracle not avaible
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525323 is a reply to message #525321] Sat, 01 October 2011 01:41 Go to previous messageGo to next message
John Watson
Messages: 8930
Registered: January 2010
Location: Global Village
Senior Member
Quote:
Connected to an idle instance.
This means that your instance isn't started. You must start it. Issue the command STARTUP
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525330 is a reply to message #525321] Sat, 01 October 2011 02:54 Go to previous messageGo to next message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Michel Cadot wrote on Fri, 30 September 2011 13:13
You have to FIRST startup in nomount stage to be able to go to mount state.

Regards
Michel


So

1/ STARTUP NOMOUNT;
2/ ALTER DATABASE MOUNT;

Regards
Michel

Re: RMAN-00554: initialization of internal recovery manager package failed [message #525632 is a reply to message #525330] Tue, 04 October 2011 06:11 Go to previous messageGo to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
hello michel when i startup my database at nomount level i got this error

C:\Documents and Settings>SQLPLUS

SQL*Plus: Release 10.2.0.1.0 - Production on Tue Oct 4 15:52:11 2011

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Enter user-name: SYS/ORACLE@ORCL AS SYSDBA
Connected to an idle instance.

SQL>
SQL> STARTUP NOMOUNT
ORA-01261: Parameter db_create_file_dest destination string cannot be translated

ORA-01263: Name given for file destination directory is invalid
OSD-04018: Unable to access the specified directory or device.
O/S-Error: (OS 2) The system cannot find the file specified.
SQL>
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525636 is a reply to message #525632] Tue, 04 October 2011 06:37 Go to previous messageGo to next message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Fix the error:
Parameter db_create_file_dest destination string cannot be translated
The system cannot find the file specified


Regards
Michel
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525637 is a reply to message #525636] Tue, 04 October 2011 06:51 Go to previous messageGo to next message
x-oracle
Messages: 380
Registered: April 2011
Location: gujarat
Senior Member
ok
so how can i resolve this michl this error
can you help me in this to resolve this my error
Re: RMAN-00554: initialization of internal recovery manager package failed [message #525652 is a reply to message #525637] Tue, 04 October 2011 07:47 Go to previous message
Michel Cadot
Messages: 68643
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Set db_create_file_dest to a correct value or unset it.

Regards
Michel
Previous Topic: rman configuration
Next Topic: rman issue
Goto Forum:
  


Current Time: Tue Apr 23 11:34:54 CDT 2024