Database Backup and Recovery (MOSC)

MOSC Banner

Oracle secure backup and worm cartridge

edited Oct 16, 2014 10:02AM in Database Backup and Recovery (MOSC) 4 commentsAnswered
 Hi all,
I am trying to copy a backupset to a worm cartridge with OSB(Oracle Secure Backup Release  10.4.0.1.0)

the scripts is 

 run {
 ALLOCATE CHANNEL c1 DEVICE TYPE sbt
 PARMS 'SBT_LIBRARY=/usr/local/oracle/backup/lib/libobk.so ENV=(OB_MEDIA_FAMILY=CTR)';
 BACKUP BACKUPSET completed between "TO_DATE('09-SEP-2012 01:00:00', 'DD-MON-YYYY HH24:MI:SS')" AND "TO_DATE('09-SEP-2012 08:00:00', 'DD-MON-YYYY HH24:MI:SS')";
  release channel c1;
 }

it works well with normal cartridge but with worm (write once read many) it fails, the device goes in  "AUTO NOT IN SERVICE"

log:
   Not in service reason          Oracle Secure Backup encountered a problem while trying to run

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center