When trying to restore a database to a spesific date, if you’re having an error like this: RMAN> run { 1> ALLOCATE CHANNEL chtape TYPE ‘SBT_TAPE’; 2> set until time ’2008-11-05:14:30:00′; 3> SEND ‘NB_ORA_CLIENT=realdb_host,NB_ORA_POLICY=rman_realdb,NB_ORA_SERV=veritas,NB_ORA_SCHED=Default-Application-Backup’; 4> RESTORE CONTROLFILE; 5> RELEASE CHANNEL chtape; 6> }
Posts Tagged ‘oracle tips’
RMAN-03009, ORA-19554, ORA-27211 Errors
Posted by savasirez on December 29th, 2008
If you are having the following Oracle errors on a linux system: RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03009: failure of allocate command on t1 channel at 09/22/2004 11:03:58 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27211: Failed to load Media Management Library
Posted in
Tags:
