NetBackup HOWTO's
NBU Howto Site

ORA-01861: literal does not match format string

Written on 06 January 2009 – 15:57 by savasirez

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> }

Read the rest of this entry »

If you liked this site, please support NetBackupHowto

RMAN-03009, ORA-19554, ORA-27211 Errors

Written on 29 December 2008 – 16:52 by savasirez
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

 Read the rest of this entry »