Can I create a dump file from a backup? [message #243720] |
Fri, 08 June 2007 11:33  |
cbooker
Messages: 8 Registered: July 2006
|
Junior Member |
|
|
Hi all,
We have a 10.1.0.5 (Standard One edition) database and our backup strategy consists of:
a) the Oracle-suggested daily backups, plus
b) a monthly off-line, whole database backup.
Now I have a developer who wants to see the contents of one of our tables from a couple of weeks ago.
I have been over a bunch of Oracle documentation, and it looks like one way to do it is to set up a second instance and duplicate the database from a that point in time into the second instance.
All I really want to do though is get him the contents of that single table in any format that he can read. A text file would be fine.
Is it possible to create a DMP file or something similar from our backups without going through the trouble of creating a second instance?
Open to any simple suggestions. Thanks!
Cory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Can I create a dump file from a backup? [message #244344 is a reply to message #243724] |
Tue, 12 June 2007 07:25  |
kandhireddy
Messages: 4 Registered: May 2007
|
Junior Member |
|
|
Hi,
I think this can be achived only with the following option.
1) restore the backup on some other server or some other location
2) create the control file with different database name if it is on the same server or same name if on different server
3) open the database
4) chek the table data
Regards
Karunakar
|
|
|