How to flashback a Pluggable database ( PDB) in oracle 12.2 - DBACLASS DBACLASS
From Oracle 12.2 onwards we can flashback a Pluggable database(PDB). And flashback is very easy and simple if LOCAL UNDO is enabled(which is also a new feature in Oracle 12.2). Let’s start the DEMO. DEMO: 1. Check whether local undo is enabled or not. SQL> select * from database_properties where property_name='LOCAL_UNDO_ENABLED'; PROPERTY_NAME PROPE DESCRIPTION ----------------------- […]
oracle clusteringintermediate
by OracleDba
11 views