Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Critical restore issue with Veritas
Veritas is very p[icky about file permission on new nodes. I would enable
logging by creating the log directory and see what it is complaining about
probably some directory with the wrong permissions.
Ken
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Sandra Becker
Sent: Saturday, January 13, 2007 9:28 PM
To: Oracle-L
Subject: Critical restore issue with Veritas
I need to restore my production database to a new node but I'm getting the following errors:
ORA-19507: failed to retrieve sequential file, handle="PRDRUBY_14478_1_611444563", parms="" ORA-27029: skgfrtrv: sbtrestore returned error ORA-19511: Error received from media manager layer, error text:
Failed to process backup file <PRDRUBY_14478_1_611444563>
RHEL 4, Oracle 9.2.0.5 Standard One edition, Veritas 6.0
Verified I have the libobk.so linked to the Veritas version.
The client in my restore script points to the host where the database was
backed up. Restore script:
connect $TARGET
startup nomount;
run {
allocate channel t1 type 'SBT_TAPE'; SEND 'NB_ORA_CLIENT=ruby'; restore controlfile;
Sandy
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Jan 13 2007 - 21:16:56 CST
![]() |
![]() |