Hi All,
I'm using Oracle 8.1.7 on Win2k Prof. Today morning because of power
problem, my system has restarted 8 times. When the power became stable
and switch on my system, the oracle says 'Oracle initialization or
shutdown in progress'. Then i tried by connecting....
sqlplus /nolog
connect sys/<pwd>@<sidas sysdba
and i said.. startup pfile=d:\....\i nit.ora
The database instance started and mounted also.But after that it is
showing this error...
ORACLE instance started.
Total System Global Area 302086172 bytes
Fixed Size 75804 bytes
Variable Size 107839488 bytes
Database Buffers 194093056 bytes
Redo Buffers 77824 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
Then i did...
SQLalter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'D:\ORACLE\ORAD ATA\...\SYSTEM0 1.DBF'
Can anybody please him me out, what i have to do?
**This is just a development db. So, i did not kept db in archive
Mode.
Thanks in advance,
Praveen
I'm using Oracle 8.1.7 on Win2k Prof. Today morning because of power
problem, my system has restarted 8 times. When the power became stable
and switch on my system, the oracle says 'Oracle initialization or
shutdown in progress'. Then i tried by connecting....
sqlplus /nolog
connect sys/<pwd>@<sidas sysdba
and i said.. startup pfile=d:\....\i nit.ora
The database instance started and mounted also.But after that it is
showing this error...
ORACLE instance started.
Total System Global Area 302086172 bytes
Fixed Size 75804 bytes
Variable Size 107839488 bytes
Database Buffers 194093056 bytes
Redo Buffers 77824 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
Then i did...
SQLalter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'D:\ORACLE\ORAD ATA\...\SYSTEM0 1.DBF'
Can anybody please him me out, what i have to do?
**This is just a development db. So, i did not kept db in archive
Mode.
Thanks in advance,
Praveen
Comment