It is too basic situaiton but people dont feel last change enverimont ,so Today we understand people not remamber everything and finnaly i found last restore point with this code ,it is so simple but very effective for me
RMAN>list restore point all;
it is too important for DBA ,if you forget something and before i made new change something ,you use this command ,this command will very helpfull for us…
Restore Point is divided 2 part
- Normal Restore Point
- Guarentee Restore Point
Create Restore Point
if you create restore point ,your system is archive log mode ,after that you will make guarantee flashback,
such as
SQL>CREATE RESTORE POINT [point];
DROP Restore Point
if you dont want restore point so you can drop it with this command
SQL>DROP RESTORE POINT [point];