Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Can't open database
Hi,
I'm curious if I still have an option to open the
database....
The database is not in archivelog mode, online logfiles
are overwritten, old controlfiles gone. Undocumented
parameter from metalink didn't help.
Tia.
-riv-
SQL> @riv_file.sql
ORACLE instance started.
Total System Global Area 202868968 bytes
Fixed Size 731368 bytes Variable Size 167772160 bytes Database Buffers 33554432 bytes Redo Buffers 811008 bytes
Control file created.
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1:
'/oradata/qcmscl_13072004/system01.dbf'
SQL> spool off
![]() |
![]() |