how to configure RMAN to access a SBT_TAPE in DB 12.2 on Linux 7
Hello,
Database version: 12.2.0.1 (single instance)
OS version: Linux7
I have upgraded my oracle database to 12.2 on a new server. the RMAN backup was running properly.
while trying to backup the database to tape using rman I'm getting the following error
RMAN> backup incremental level 1 device type sbt tag '%TAG' database;
Starting backup at 02-MAY-17
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 05/02/2017 10:00:31
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 2
I know there are some missing configuration need to be done.
anyone can help?