Critical restore issue with Veritas

  • From: "Sandra Becker" <sbecker6925@xxxxxxxxx>
  • To: Oracle-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Sat, 13 Jan 2007 19:27:40 -0700

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;
   }
EOF
I realize this is a Veritas issue, not RMAN, but my SA's are totally
clueless about what might be causing it and they don't think we have Veritas
support.  Little late to be telling me we don't  have support, but that's
the way it is.    Any suggestions would be appreciated.

Sandy

Other related posts: