Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> [Q] RMAN "set until time" syntax ???
We have ORACLE 10GR2 on LINUX server. I am testing
RMAN function and found some syntax issue need help:
If I use "set until time
"to_date('2007-09-21:15:00:00','YYYY-MM-DD:hh24:mi:ss')";
it work fine. But if I use "set until time
'2007-09-21:15:00:00';", I have error. based on RMAN
guide "set until time '2007-09-21:15:00:00';" should
work.
Anyone know why?
RMAN> run {
2> set until time '2007-09-21:15:00:00'; 3> restore database; 4> }
executing command: SET until clause
RMAN-00571:
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Sep 25 2007 - 10:15:31 CDT