ORA-00313 and ORA-00312 [message #147993] |
Tue, 22 November 2005 02:21 |
Steelio
Messages: 1 Registered: November 2005
|
Junior Member |
|
|
Hello everybody,
I hope somebody can help me with my Oracle Problem. My Oracle knowledge and my English knowledge is not the best but I try to explain it how good I can.
We had a running Oracle 9ir2 Database on Linux Suse 9.0. But we moved the maschine to another building and also the IP Adress changed. Now I cannot start the Database because I always get the same Errormessage
SQL> startup
ORACLE instance started.
Total System Global Area 235999352 bytes
Fixed Size 450680 bytes
Variable Size 201326592 bytes
Database Buffers 33554432 bytes
Redo Buffers 667648 bytes
Database mounted.
ORA-00313: open failed for members of log group 1 of thread 1
ORA-00312: online log 1 thread 1: '/opt/oracle/oradata/indiv/redo01.log'
If I try to connect to the Database with a normal User, I get the following message:
ORA-01033: ORACLE initialization or shutdown in progress
Thanks for everybody who tries to help me.
|
|
|
Re: ORA-00313 and ORA-00312 [message #148004 is a reply to message #147993] |
Tue, 22 November 2005 03:41 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
You need to figure out what happened to that log file (/opt/oracle/oradata/indiv/redo01.log). Was it deleted or moved to a different directory? Also, you may want to check your ALERT.LOG file for additional info.
Best regards.
Frank
|
|
|
|
|
Re: ORA-00313 and ORA-00312 [message #152251 is a reply to message #152036] |
Wed, 21 December 2005 21:44 |
donlcs
Messages: 62 Registered: October 2005 Location: VA, USA
|
Member |
|
|
Since Frank asked about sharing my solution. Here goes. My approach is totally different, which may not be applicable to others. In my case, I'm using Oracle's default database for practice, hence, I do not have to worry about anything in this database and since fixing this problematic db including access is so much pain, why not create a brand new Oracle db? Just that simple.
|
|
|
|
|
|