Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Getting Error ORA:01110 while starting Oracle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-04-08, 15:52
neel.gurjar neel.gurjar is offline
Registered User
 
Join Date: Jun 2008
Posts: 18
Getting Error ORA:01110 while starting Oracle

Hi,

I have Oracle 7.3 installed on SCO unix Open Server 5.0.
While starting Oracle it is giving "ORA:01110 File 30 needs media recovery"
Then it shows "ORA:01113 File30: "/ora/data/users02.dbf"

Here I am using 4 dbf files for my tablespace. From that it is giving error for 1. Becauese of this Oracle starts it mounts Database but it doesnt open and cant run any sql query.

Please help me. I have Backup of DB in ".dmp" format, but how can I import a single file from .dmp file ?

Please help.
Thanks
Neel
Reply With Quote
  #2 (permalink)  
Old 07-04-08, 16:12
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 3,564
>I have Backup of DB in ".dmp" format,
A "dmp" file created by export is NOT a backup file.


>but how can I import a single file from .dmp file ?
You can NOT do so, because import requires the database to be open & it won't open.

When did you take the last cold backup?
Was the database opened in archived mode?
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
Reply With Quote
  #3 (permalink)  
Old 07-04-08, 16:50
neel.gurjar neel.gurjar is offline
Registered User
 
Join Date: Jun 2008
Posts: 18
I have taken backup the day before it stopped started working. But I took backup like following way:

1. Export to .dmp file
2. Write that file on Tape Drive.

Now I have that .dmp file on Tape.

I am not aware of how to start Oracle in Archive mode.

Note: User has completed work with Oracle they just want to read the data from the Database as the Data is old.

Thanks
Neel
Reply With Quote
  #4 (permalink)  
Old 07-04-08, 16:55
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 3,564
The first thing you should do now is shutdown Oracle & take a complete
OS backup of the system.

I believe you only alternative is to create a new, empty database & import the dump file into it.

I suspect that the hardware is failing; which is how/why the file got corrupted.

Good Luck, because you'll need it.
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
Reply With Quote
  #5 (permalink)  
Old 07-07-08, 12:50
neel.gurjar neel.gurjar is offline
Registered User
 
Join Date: Jun 2008
Posts: 18
I resolved this issue by following way:

# svrmgrl
SVRMGR>connect internal

SVRMGR>startup
THen it gave same error. So DB got mounted but not opened.

SVRMGR>RECOVER

Media Recovery Done.

THen I restarted Oracle and it worked. This time it didnt show the error.

Is this ok? or anything else I should look for ?
How did it media recovery?

Thanks
Neel
Reply With Quote
  #6 (permalink)  
Old 07-08-08, 09:50
beilstwh beilstwh is offline
Registered User
 
Join Date: Jun 2004
Location: Liverpool, NY USA
Posts: 1,642
What that means is that the information that the database needed was in the redo logs. You were very lucky.
__________________
Bill
Cream always raises to the top, and so does the scum!!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On