Backup Oracle with Networker -Problem
From: Jörg Müller <joerg.mueller_at_comparex.de>
Date: Mon, 23 Oct 2000 16:57:50 +0200
Message-ID: <39F451EE.394AFB97_at_comparex.de>
RMAN-07004: unhandled exception during command execution on channel ch1 RMAN-10035: exception raised in RPC: ORA-19554: error allocating device, device type: SBT_TAPE, device name:
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE Does anybody know a solution.
Date: Mon, 23 Oct 2000 16:57:50 +0200
Message-ID: <39F451EE.394AFB97_at_comparex.de>
Hi!
[Quoted] I try to backup on Oracle 8.1.6 database with Legato Networker 6.0 and
BMO 3.1. with this test script
run {
allocate channel ch1 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=ntora, NSR_DATA_VOLUME_POOL=oraSched)';
backup full filesperset 4
format 'FULL_%d_%u'
(database);
release channel ch1;
}
Executing the script i get the following error message:
RMAN> run {execute script oraSched;}
RMAN-03021: executing script: oraSched
RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate RMAN-03026: error recovery releasing channel resources RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03015: error occurred in stored script oraSched RMAN-03007: retryable error occurred during execution of command:allocate
RMAN-07004: unhandled exception during command execution on channel ch1 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-27023: skgfqsbi: media manager protocol error ORA-19511: SBT error 7501 in function sbtinit2 - sbterror did not returnerror message
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE Does anybody know a solution.
Best regards
J. Müller
Received on Mon Oct 23 2000 - 16:57:50 CEST