我的数据库版本是Oracle817 Standard Server ,操作系统是Windows2000
我的备份脚本是
run { 
allocate channel c1 type 'SBT_TAPE' ; 
backup database include current controlfile ;
sql 'alter system archive log current';
backup archivelog all delete input ;
release channel c1;
} 运行后出现如下错误:
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-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
ORA-19511: SBT error = 4110, errno = 0, BACKUP_DIR environment variable is not s
et
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE如果用磁带机备份,是不是还要有其他设定?