RMAN_how to restore tablespace back to 24 hrs ago..
Hi, wondering if below command able to recover db back to 24 hrs ago ?
# Recover the clients tablespace to 24 hours ago:
RECOVER TABLESPACE clients UNTIL TIME 'sysdate-1';
about the 'sysdate-1', is that the exact command here or i need to change ?
If i run the above command, do i need to have any backup sets in place ? Or can i just use redo archive log for the purpose ?
pls advise...
thanks