1824996 Members
2286 Online
109678 Solutions
New Discussion юеВ

frecover

 
YOGI_3
Frequent Advisor

frecover

Hi all,
i am taking oracle database backup by fbackup utility...
my procedure is like this --
i am taking backup from EVA to MSA.
suppose i have created one logical vol and mounted on /dbbackup on MSA...afterword i removed this mount point and i want to restore this Database backup from tape to directly on EVA..
DB is utilising 2 Ultiums..will it ask automatically for 2nd tape?
How can i achive restoration at original location on EVA, suppose on EVA mount point is /back_inca..

Thanks
Yog
There is never a wrong time to do the right things
2 REPLIES 2
Devender Khatana
Honored Contributor

Re: frecover

Hi,

From man fbackup .

-V path Volume Number
This field contains a # character followed by 3 digits, and identifies the number of volumes in the backup.

So it will asked for next media once finished first.

Further you should look for restoring data to alternate location as you backed up from /dbbackup & are restoring to /back_inca...
As your fbackup is only concerned about mount point not your EVA/MSA.

man frecover for details

HTH,
Devender
Impossible itself mentions "I m possible"
Binu_2
Advisor

Re: frecover

Hi
The next media will be prompted once the first media is finished

try frecover with this option
-X Recover files relative to the current working directory. Normally frecover recovers files to their absolute path name

check this link also
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870336

Thanks
Binu