- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: restore specific file from DAT.
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 04:25 PM
11-08-2004 04:25 PM
My oracle database was crashed sometimes ago and I wanted to restore only corrupted datafile from my full database backup rather than full database backup.
I generally used the following backup methodology for full database backup:
fbackup -v -f /dev/rmt/0m -i /u01/gdbs -i /u02/gdbs -i /u03/gdbs.
and I used the following command to restore:
frecover -f /dev/rmt/0m -r -o
but I wanted to restore only single datafile from that backup namely u01/gdbs/systemfiles/user101.dbf.
Mehul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 04:50 PM
11-08-2004 04:50 PM
Re: restore specific file from DAT.
Normally all datafiles of Oracle DB will be syncronised and hence restoring single datafile will not be useful and it will not work.Use Oracle Rman to enble you that way.
-Bonny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 05:09 PM
11-08-2004 05:09 PM
Re: restore specific file from DAT.
You can restore single file from fbackuped data using -i option with frecover. -i stand for interactive mode. But as per my understanding about oracle is that after restoration single data file from Full backup will not work if you used/mounted your dataabse after full backup.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 06:00 PM
11-08-2004 06:00 PM
Re: restore specific file from DAT.
Whatever you have explained is undoubtly correrct but my single datafile was corrupted and I wanted to recover this datafile by restoring it only and recovering that datafile from archive redologfile.
million thanks in advacne.
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 07:26 PM