error while trying to recover database with rman
I am using the below commands to restore and recover the database.
restore DATABASE until time = "TO_DATE('10/02/2012 22:59:00','MM/DD/YYYY HH24:MI:SS')";
recover DATABASE until time = "TO_DATE('10/02/2012 22:59:00','MM/DD/YYYY HH24:MI:SS')";
Please help me on it.