Media Recovery (ORA-01113) [message #134869] |
Sun, 28 August 2005 11:52 |
A.Mohammed Rafi
Messages: 15 Registered: September 2004
|
Junior Member |
|
|
Hai,
I installed oracle 9i database on my home pc it was working fine.
But since last week there was a problem.
When I use to login with learning\learning@test the following error occurs,
ORA-01033: ORACLE initialization or shutdown in progress
Then I logged in using sys/change_on_install as sysdba and then I shutdown the database and the instance was shutdown with the message given below,
SQL> shutdown normal;
ORA-01109: database not open
When I started the database in the sql prompt the following message appears,
SQL> startup;
ORACLE instance started.
Total System Global Area 118255568 bytes
Fixed Size 282576 bytes
Variable Size 83886080 bytes
Database Buffers 33554432 bytes
Redo Buffers 532480 bytes
Database mounted.
ORA-01113: file 8 needs media recovery
ORA-01110: data file 8: 'E:\ORACLE\ORADATA\TEST\USERS01.DBF'
The USER01.DBF is created by me during the installtion of the Oracle Designer and its size is 25 MB. Since there is no data backup is not necessary.
Please let me know how to rectify the above problem.
Thanks in advance.
With Warm Regards,
A.Mohammed Rafi.
|
|
|
|
Re: Media Recovery (ORA-01113) [message #134872 is a reply to message #134870] |
Sun, 28 August 2005 12:21 |
A.Mohammed Rafi
Messages: 15 Registered: September 2004
|
Junior Member |
|
|
Hai,
Thanks for your kind help.
When I issued the command given by you the following message appears,
SQL> shutdown;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 118255568 bytes
Fixed Size 282576 bytes
Variable Size 83886080 bytes
Database Buffers 33554432 bytes
Redo Buffers 532480 bytes
Database mounted.
SQL> recover database;
ORA-00283: recovery session canceled due to errors
ORA-00322: log 3 of thread 1 is not current copy
ORA-00312: online log 3 thread 1: 'E:\ORACLE\ORADATA\TEST\REDO03.LOG'
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 8 needs media recovery
ORA-01110: data file 8: 'E:\ORACLE\ORADATA\TEST\USERS01.DBF'
Still the problem exists.
Please help me to proceed further.
|
|
|
|
|
|
Re: Media Recovery (ORA-01113) [message #134876 is a reply to message #134875] |
Sun, 28 August 2005 12:48 |
A.Mohammed Rafi
Messages: 15 Registered: September 2004
|
Junior Member |
|
|
I use to install some programs and while uninstall I never use to delete the shared dll which is asked during the uninstall process.
Could you guide me in this process of restoring the OS to previous stage when it was working fine with oracle ......
Do you think is it the only solution.
|
|
|
|
|
|
Re: Media Recovery (ORA-01113) [message #135048 is a reply to message #134878] |
Mon, 29 August 2005 11:41 |
A.Mohammed Rafi
Messages: 15 Registered: September 2004
|
Junior Member |
|
|
As you said I restarted the machine and the closed all the services and then started the services. Then I issued the commands and the output is shown below :
SQL> shutdown;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 118255568 bytes
Fixed Size 282576 bytes
Variable Size 83886080 bytes
Database Buffers 33554432 bytes
Redo Buffers 532480 bytes
Database mounted.
SQL> recover database;
ORA-00283: recovery session canceled due to errors
ORA-00322: log 3 of thread 1 is not current copy
ORA-00312: online log 3 thread 1: 'E:\ORACLE\ORADATA\TEST\REDO03.LOG'
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01113: file 8 needs media recovery
ORA-01110: data file 8: 'E:\ORACLE\ORADATA\TEST\USERS01.DBF'
Still the problem exists........
|
|
|
|
|