Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> 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 - 20:27:40 CST
![]() |
![]() |