Create/drop flashback restore point
-- To create a guarantee flashback restore point;
oracle configurationintermediate
by OracleDba
13 views
-- To create a guarantee flashback restore point;
123
SQL>create restore point BEFORE_UPG guarantee flashback database;
SQL>select * from v$restore_point;
SQL> drop restore point BEFORE_UPG;Please to add comments
No comments yet. Be the first to comment!