I need a solution
Hey I'm trying to recover a file via the following rman script:
RUN
{
ALLOCATE CHANNEL ch0
TYPE 'SBT_TAPE' PARMS='SBT_LIBRARY=/opt/VRTSralus/bin/libobk.so';
SEND 'BSA_SERVICE_HOST=192.168.200.102,NBBSA_TOTAL_STREAMS=1,NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\servername\prd11g';
SET NEWNAME for datafile 6 to '/u05/app/oracle/oradata/ennav_data201.dbf';
restore datafile 6 from tag TAG20140106T154621;
RELEASE CHANNEL ch0;
}
I believe the problem might have to do that any rman backups done to SBT_TAPE, whether they were initiated at teh Backup Exec server or oracle server they have no media entry when doing a list backup. Handles and tags, and device (sbt_tape) are all correct but under media there is no entry.
Anyhow when I run the script found above, BackupExec just says no media storage configured.