|
|
|
|
|
|
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress <=== what [message #101597 is a reply to message #101488] |
Thu, 30 December 2004 00:08 |
arun gupta
Messages: 2 Registered: September 2002
|
Junior Member |
|
|
When trying to connect got the error
ORA-01033: ORACLE initialization or shutdown in progress
went to prompt and typed
sqlplus /nolog
tried to connect using sys, got the same error
fired
connect / as sysdba
fired
shutdown
got
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
fired
startup
got
ORACLE instance started.
Total System Global Area 276371980 bytes
Fixed Size 453132 bytes
Variable Size 117440512 bytes
Database Buffers 157286400 bytes
Redo Buffers 1191936 bytes
Database mounted.
ORA-01113: file 30 needs media recovery
ORA-01110: data file 30: 'E:ORACLEORADATAINDEX5_1T.ORA'
fired
alter database recover datafile 30;
got
ERROR at line 1:
ORA-00283: recovery session canceled due to errors
ORA-01114: IO error writing block to file 30 (block # 1)
ORA-01110: data file 30: 'E:ORACLEORADATAINDEX5_1T.ORA'
ORA-27091: skgfqio: unable to queue I/O
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.
E:ORACLEORADATAINDEX5_1T.ORA file was readonly. Unchecked it.
fired
alter database recover datafile 30;
shutdown
startup
Database mounted and opened successfully!
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress <=== what [message #101602 is a reply to message #101597] |
Tue, 04 January 2005 07:07 |
syed
Messages: 8 Registered: October 1999
|
Junior Member |
|
|
Can u kindly explain the following more crystal clear, as I have the same problem:
When trying to connect got the error
ORA-01033: ORACLE initialization or shutdown in progress
went to prompt and typed
sqlplus /nolog
tried to connect using sys, got the same error-->
a) what was the user name you have supplied?
b) what is the password you have supplied?
fired --> a) where did u try to connect whether in sqlplus or form
connect / as sysdba--->
a) what was the user name you have supplied?
b) what is the password you have supplied?
fired
shutdown
got
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
fired
startup
got
ORACLE instance started.
Total System Global Area 276371980 bytes
Fixed Size 453132 bytes
Variable Size 117440512 bytes
Database Buffers 157286400 bytes
Redo Buffers 1191936 bytes
Database mounted.
ORA-01113: file 30 needs media recovery
ORA-01110: data file 30: 'E:ORACLEORADATAINDEX5_1T.ORA'
fired
alter database recover datafile 30;
got
ERROR at line 1:
ORA-00283: recovery session canceled due to errors
ORA-01114: IO error writing block to file 30 (block # 1)
ORA-01110: data file 30: 'E:ORACLEORADATAINDEX5_1T.ORA'
ORA-27091: skgfqio: unable to queue I/O
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.
E:ORACLEORADATAINDEX5_1T.ORA file was readonly. Unchecked it.
fired
alter database recover datafile 30;
shutdown
startup
Database mounted and opened successfully!
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress <=== what [message #101603 is a reply to message #101538] |
Tue, 04 January 2005 07:46 |
syed
Messages: 8 Registered: October 1999
|
Junior Member |
|
|
I have the same Error: ORA-01033 ORACLE initialization or shutdown in progress in 9i
I have the same problem with oracle 9i-Error: ORA-01033 ORACLE initialization or shutdown in progress
Can you let me know what is the equivalent of
Compasant Instance manager in oracle 9i?
And what change do I have to do in it.?
----------------------
I have lanch Compasant Instance manager ,i have give him the file init.ora ,and i OPEN my data base,OK
now i have no problčme.
|
|
|
|
|
|
|
|
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress <=== what is this mean? [message #131061 is a reply to message #130996] |
Thu, 04 August 2005 02:11 |
cowa
Messages: 3 Registered: August 2005
|
Junior Member |
|
|
OK here is the solution I found with the help of a DBA here :
Actually, the database was not shutted down properly the last time (it hung), so the solution is to shutdown explicitely by using SQL Plus.
- I was not able to log in so I used :
> sqlplus /nolog
And after that, I used these commands :
SQL> connect / as sysdba
ConnectĂ.
SQL> shutdown abort
Instance ORACLE arrĂtĂe.
SQL> startup nomount
Instance ORACLE lancĂe.
SQL> alter database mount;
SQL> alter database open;
And all works !!
|
|
|
|
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress <=== what [message #161267 is a reply to message #101597] |
Thu, 02 March 2006 23:08 |
naga_faq
Messages: 17 Registered: April 2005 Location: Pondy
|
Junior Member |
|
|
Hello Friends,
Am facing the problem like Oracle Initialization or Shutdown in Progres. But as per our logic i went to command prompt and typed
sqlplus /nolog
it enter into the SQl prompt,
after,
SQL> connect / as sysdba
for this command, it shows insufficent privileges.
What is the solution for me?? pls let me known as soon as possible. it's very urgent for me.
With rgds
Naga
|
|
|
|
|
|
|
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress <=== what [message #311617 is a reply to message #101597] |
Sat, 05 April 2008 02:11 |
irsathahamed
Messages: 12 Registered: April 2008 Location: UAE
|
Junior Member |
|
|
Hi,
I have the same problem and I followed the instruction mentioned above.... But no use.... Still I have the same prolem. Can anybody help to solve this problem...
Here I posted what I had tried.
SQL> shutdown
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 171966464 bytes
Fixed Size 787988 bytes
Variable Size 145488364 bytes
Database Buffers 25165824 bytes
Redo Buffers 524288 bytes
Database mounted.
ORA-00314: log 1 of thread 1, expected sequence# 179 doesn't match 176
ORA-00312: online log 1 thread 1:
'D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL\REDO01.LOG'
Thanks in advance.
|
|
|
|
|
|
Re: Error: ORA-01033 ORACLE initialization or shutdown in progress <=== what [message #311688 is a reply to message #311663] |
Sat, 05 April 2008 13:17 |
assoora
Messages: 3 Registered: April 2007 Location: Jordan
|
Junior Member |
|
|
Hi,
Your problem is in the following file: (('D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL\REDO01.LOG')) according to what you have got…
--------------------------------------------------
….
ORA-00314: log 1 of thread 1, expected sequence# 179 doesn't match 176
ORA-00312: online log 1 thread 1:
'D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL\REDO01.LOG'
---------------------------------------------------
I can't exactly remember what I did. I do remember that, what happened to me was; during a clean-up effort (computer scan) a similar file to what you have got was accidentally deleted. I had no backups too.I was willing to lose the data in this datafile. There was something I couldn't do so that the startup does not try to open this file?
-------
Actually I had a different error, my error was:
ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
ORA-01110: data file 6: 'E:\oracle\product\10.2.0\oradata\orcl\UNDOTBS01.DBF'
So I created the corrupted file again, as follows:
First, I saw what tablespace I have in my database:
select segment_name, tablespace_name, initial_extent,status
from dba_rollback_segs;
Second, I created the corrupted file:
create undo tablespace UNDO1 datafile 'E:\oracle\product\10.2.0\oradata\orcl/undo01.dbf' size 1
0M;
Third, I alter the systems tablespace, as follows:
ALTER SYSTEM SET UNDO_TABLESPACE = undotbs_02;
And then everything was ok
Best wishes
[Updated on: Sat, 05 April 2008 13:25] Report message to a moderator
|
|
|
|
|