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> }
If you liked this site, please support NetBackupHowto