FIX-ORA-01078 FAILURE IN PROCESSING
Enter user-name:sys/sys as sysdba
Connected to an idle instance.
SQL> startup ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/home/oracle/oracle/product/10.2.0/db_1/dbs/initorcl.ora'
SQL> exit
Disconnected
[oracle@localhost dbs]# ls
initdw.ora l hc_TEST.dat init.ora lkTEST orapwTEST spfileTEST.ora
Here inittest.ora file is does not exist, so i created pfile from spfile and then It’s working.
SQL> create pfile from spfile='/home/oracle/oracle/product/10.2.0/db_1/dbs/spfileTEST.ora';
File created.
SQL> startup
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 1218992 bytes
Variable Size 92276304 bytes
Database Buffers 188743680 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SQL>
If I set proper Oracle SID , I can able to start the database.
[oracle@netbackuptest ~]$ export ORACLE_SID=ADP
[oracle@netbackuptest ~]$ sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Oct 25 08:57:28 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 1224736768 bytes
Fixed Size 2020384 bytes
Variable Size 167775200 bytes
Database Buffers 1040187392 bytes
Redo Buffers 14753792 bytes
Database mounted.
Database opened.
SQL>
Enter user-name:sys/sys as sysdba
Connected to an idle instance.
SQL> startup ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/home/oracle/oracle/product/10.2.0/db_1/dbs/initorcl.ora'
SQL> exit
Disconnected
[oracle@localhost dbs]# ls
initdw.ora l hc_TEST.dat init.ora lkTEST orapwTEST spfileTEST.ora
Here inittest.ora file is does not exist, so i created pfile from spfile and then It’s working.
SQL> create pfile from spfile='/home/oracle/oracle/product/10.2.0/db_1/dbs/spfileTEST.ora';
File created.
SQL> startup
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 1218992 bytes
Variable Size 92276304 bytes
Database Buffers 188743680 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SQL>
If I set proper Oracle SID , I can able to start the database.
[oracle@netbackuptest ~]$ export ORACLE_SID=ADP
[oracle@netbackuptest ~]$ sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Oct 25 08:57:28 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 1224736768 bytes
Fixed Size 2020384 bytes
Variable Size 167775200 bytes
Database Buffers 1040187392 bytes
Redo Buffers 14753792 bytes
Database mounted.
Database opened.
SQL>
No comments:
Post a Comment