Am trying to recover my database to a point in time.I have used different time format combinations and still got an error. This is an oracle9i ver:9.2 on window operating system. What is the right time format?
RMAN> recover database until time 'feb 18 20:31:38 2006';
Starting recover at 18-FEB-06
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 02/18/2006 21:20:26
ORA-01858: a non-numeric character was found where a numeric was expected
RMAN>
RMAN> recover database until time 'feb 18 20:31:38 2006';
Starting recover at 18-FEB-06
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 02/18/2006 21:20:26
ORA-01858: a non-numeric character was found where a numeric was expected
RMAN>