Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN-00554: initialization of internal recovery manager package failed
I was able to progress after shutting down the instance
oracle_at_asb-dev-dgs-002:dev10g:/devel/app/oracle/product/10.2/dbs> rman target / nocatalog
Recovery Manager: Release 10.2.0.1.0 - Production on Wed Sep 12 14:12:04 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
connected to target database (not started)
RMAN> set DBID 3782488593
executing command: SET DBID
RMAN> STARTUP NOMOUNT startup failed: ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/devel/app/oracle/product/10.2/dbs/initdev10g.ora'
starting Oracle instance without parameter file for retrival of spfile Oracle instance started
Total System Global Area 159383552 bytes
Fixed Size 1218244 bytes Variable Size 58722620 bytes Database Buffers 92274688 bytes Redo Buffers 7168000 bytes
On 9/12/07, Prasad <p4cldba_at_gmail.com> wrote:
>
> Hi All,
>
> I am trying to simulate this .
> Restore and Recovery of the Database on a New Host
> however after I did this
> set DBID 3782488593
>
> on db1 on hostb
>
> when I try to do this
>
> rman target / nocatalog
>
> Recovery Manager: Release 10.2.0.1.0 - Production on Wed Sep 12 14:02:06
> 2007
>
> Copyright (c) 1982, 2005, Oracle. All rights reserved.
>
> RMAN-00571: ===========================================================
> RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
> RMAN-00571: ===========================================================
> RMAN-00554: initialization of internal recovery manager package failed
> RMAN-06003: ORACLE error from target database:
> ORA-00210: cannot open the specified control file
> ORA-00202: control file: '/devel/dev02/dev10g/standbyctl.ctl'
> ORA-27041: unable to open file
> Linux Error: 2: No such file or directory
> Additional information: 3
>
> oracle_at_asb-dev-dgs-002:dev10g:/devel/app/oracle/product/10.2/dbs>
> ls -ltr /devel/dev02/dev10g/standbyctl.ctl
> ls: /devel/dev02/dev10g/standbyctl.ctl: No such file or directory
>
> I am getting the above error . i am not able to determine where does the
> rman pick up the '/devel/dev02/dev10g/standbyctl.ctl'
>
> apprciate any suggestions.
>
> TIA
> -Prasad
>
>
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 12 2007 - 14:27:56 CDT