Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey there ,

I have a requirement where I need to load the data from <b>dbf</b> , svd ,arc , ctl ,obk file such that I can run select queries (with complicated joins)to extract the data from these files . These files are provided by 3rd party vendor by taking database back-up of an Oracle 11g database . I have Toad for Oracle software (Version 10.5.1.3), however couldn't accomplish the task . Please let me know if Toad can be used and if yes then how ? If not please suggest a freeware ar anything that will work . I don't have DBA rights on this database .

Your quick help on this is much appreciated.
Posted
Updated 12-May-13 8:44am
v2

Even though oracle fetches data from the DBF files, they are NOT a valid backup. The only way to recover the data is to create a new oracle database using the same version that the datafiles were running in and recover the database.Please note that you cannot restore a file without knowing the original structure and this is not an easy task.

Please check if you can get dmp file from vendor instead of dbf files.
 
Share this answer
 
Comments
ohh its true 13-May-13 6:21am    
Hi Sudhakar ,

Thanks for the quick reply . However , it is not possible to get dmp files from the vendor :( .
Also , I do know the structure of the database (I have permissions to perform the following select,insert,update). Does that help ? Is there no tool to extract the data , somebody had suggested sql server management studio ? etc , Are there no hopes at all ?
Sudhakar Shinde 13-May-13 6:29am    
Try recovery option as mentioned above however it is difficult option.
ohh its true 13-May-13 8:16am    
okay , we'll try , thanks :)
Forget using the backup or dbf files. You would need an almost identical setup as the server the files originate from (file system, setup files and user accounts, and probably a lot more.)
The appropriate way to do it on Oracle is to import an export[^] file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900