Hi, I'm running AIX v4.3.3 and TDP v2.2.0 for an Oracle v8.1.7 database client. I verified that I'm using the correct libobk.a. Has anyone encountered the following error during execution of their backup script?
run { allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE= )'; backup filesperset 5 format 'df_%t_%s_%p' (database); release channel t1; RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03007: retryable error occurred during execution of command: allocate RMAN-07004: unhandled exception during command execution on channel t1 RMAN-10035: exception raised in RPC: ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-19557: device error, device type: SBT_TAPE, device name: ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer ORA-19511: Unknown SBT error code = 0, errno = 0 RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE Thanks in Advance! Brian