Home » RDBMS Server » Server Administration » Ora-01113 Very Urgent
Ora-01113 Very Urgent [message #54017] Thu, 24 October 2002 04:00 Go to next message
SureshB
Messages: 7
Registered: June 2002
Junior Member
Hello,
When I try to startup my database I get:

ORA-01113: file 3 needs media recovery
ORA-01110: data file 3: '/u06/oracle/oradata/crow/rbs01.dbf'

How can I clear this up?

Thanks
suresh.
Re: Ora-01113 Very Urgent [message #54018 is a reply to message #54017] Thu, 24 October 2002 05:06 Go to previous messageGo to next message
B
Messages: 327
Registered: August 1999
Senior Member
All is in the error message

alter database recover datafile 3

if the recover fail .. Ur in trouble
Re: Ora-01113 Very Urgent [message #54032 is a reply to message #54017] Thu, 24 October 2002 13:06 Go to previous messageGo to next message
Trifon Anguelov
Messages: 514
Registered: June 2002
Senior Member
Don't give up so easy.

Comment out ROLLBACK_SEGMENTS parameter in your init.ora file. Add _OFFLINE_ROLLBACK_SEGMENTS and restart your database.

You will be able to open the database. Then query DBA_ROLLBACK_SEGS to check that all non-system rollback segments are taken offline. Then drop and recreate them with:

DROP ROLLBACK SEGMENT rollback_segment_name;

Once you have done that, drop and recreate the rollback tablespace and the rollback segments.

Hope that helps,

clio_usa
OCP - DBA

Visit our Web site

Ora-01113 Very Urgent [message #55782 is a reply to message #54017] Sat, 15 February 2003 23:21 Go to previous message
BIJU JOSEPH
Messages: 3
Registered: January 2002
Junior Member
hello,

can somebody help me ?

when i try to startup my database i get the following error

ORA-01113 : FILE NEEDS MEDIA RECOVERY
ORA-01110 : DATAFILE E:ORANTDATABASEUSR1TECH.ORA

HOW CAN I START MY DATABASE

PLEASE HELP

REGARDS
BIJU
Previous Topic: Oracle migration work bench SQL Server2000 to Oracle 8
Next Topic: Job Schedule Problems...?
Goto Forum:
  


Current Time: Fri Sep 20 04:45:47 CDT 2024