ORA-00312 error (merged by CM) [message #446124] |
Fri, 05 March 2010 09:08 |
Abdul Qadeer
Messages: 6 Registered: August 2007 Location: Peshawar
|
Junior Member |
|
|
Hi Gurus
i have shut down my database.When i tried to start it it gives following error
SQL> startup
ORACLE instance started.
Total System Global Area 289406976 bytes
Fixed Size 1248576 bytes
Variable Size 113246912 bytes
Database Buffers 167772160 bytes
Redo Buffers 7139328 bytes
Database mounted.
ORA-00322: log 1 of thread 1 is not current copy
ORA-00312: online log 1 thread 1:
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO01.LOG'
Please help me to solve this problem.Thanks in advance
|
|
|
Re: ORA-00312 error [message #446127 is a reply to message #446124] |
Fri, 05 March 2010 09:12 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
00322, 00000, "log %s of thread %s is not current copy"
// *Cause: Check of log file header at database open found that an online
// log appears to be an incorrectly restored backup.
// *Action: Restore correct file or reset logs.
Describe events that occurred against this DB prior to these errors
Post Operating System (OS) name & version for DB server system.
Post results of
SELECT * from v$version
It would be helpful if you followed Posting Guidelines - http://www.orafaq.com/forum/t/88153/0/
|
|
|