Code: Select all
show all
Trying to do a backup using:
Code: Select all
allocate channel sbt1 type 'SBT_TAPE' PARMS 'ENV=(SBT_LIBRARY=C:\PROGRA~1\Veeam\VEEAMP~1\ORACLE~2.DLL FORMAT=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/RMAN_%I_%d_%T_%U.vab)';
backup database;
release channel sbt1;
Code: Select all
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Until this plugin was uninstalled, RMAN still pushed its backups through the legacy plugin EVEN with Veeam plugin for RMAN already being installed and configured and specified in the channel allocation.
Once the legacy plugin was uninstalled, the job fails as described.
It seems the legacy plugin is still registered somewhere underneath inside RMAN/Oracle with higher priority.
Anyone had something alike before?
Thanks,
Mike
#05853070