Local Undo in Oracle Database 12c R2(12.2)/19c and above
Why Local Undo is required We have global or shared undo for the entire CDB till 12c R1. With shared undo, before performing operations such as (cold) clone or unplug, it is necessary for the database to check for any uncommitted transactions in the source PDB. This is to avoid problems with transactional consistency in …
Local Undo in Oracle Database 12c R2(12.2)/19c and above Read More »