ORA-1033 error initialization or shutdown in progress [message #554617] |
Wed, 16 May 2012 00:47 |
|
harshitaankur
Messages: 19 Registered: April 2012 Location: Delhi
|
Junior Member |
|
|
Hello sir
I have oracle 10g as well as oracle 8i on my server. currently we are using oracle 10g. now we get the following error when we try to connect to oracl 10g database.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\omni>cd\
C:\>sqlplus\nolog
The system cannot find the path specified.
C:\>sqlplus/nolog
SQL*Plus: Release 8.1.5.0.0 - Production on Tue May 15 16:39:13 2012
(c) Copyright 1999 Oracle Corporation. All rights reserved.
SQL> connect sys/admin as sysdba
Connected to an idle instance.
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup nomount;
LRM-00109: could not open parameter file 'D:\oro8i\DATABASE\INIT.ORA'
ORA-01078: failure in processing system parameters
Sir ,
The location of pfile of oracle 10g database is
c:/oracle/product/10.0.0.1/admin/pfile.
Please tell me sir how to resolve this error.
Thanks in anticipation
|
|
|
|
|
|
|
|