Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Critical restore issue with Veritas

Critical restore issue with Veritas

From: Sandra Becker <sbecker6925_at_gmail.com>
Date: Sat, 13 Jan 2007 19:27:40 -0700
Message-ID: <3c5f7820701131827v51bbdc1aw8c8322ac7510c69e@mail.gmail.com>


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

--
http://www.freelists.org/webpage/oracle-l
Received on Sat Jan 13 2007 - 20:27:40 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US