You execute the following command to perform a backup by using Recovery Manager (RMAN): RMAN> run
{allocate channel c1 type sbt;
backup datafile 1;
}
The command errors out. A part of the error message is as follows:
RMAN03009: failure of allocate command on c1 channel
ORA19554: error allocating device, device type: SBT_TAPE, device name:
What could explain why the statement failed?()