1. Primary - Make Change in Primary Database in PDB in each Instances:
For e.g
Instance 1 -> alter system set undo_tablespace=PDB1_UNDO_KDRACBKP1 container=current sid='KDRACBKP1' scope=both;
Instance 2 -> alter system set undo_tablespace=PDB1_UNDO_KDRACBKP2 container=current sid='KDRACBKP2' scope=both;
2. Standby - Restart the Standby database to apply the changes.
3. To Check the assigned Undo Tablespace :
select inst_id,con_id,name,value from gv$parameter where name='undo_tablespace' order by 1
How to set the Undo_tablespace in PDB in Physical Standby RAC Database. (Doc ID 2726173.1) |
Undo Modes in 12.2 Multitenant Databases - Local and Shared Modes (Doc ID 2169828.1) |
How to Switch/Recreate Undo Tablespace at PDB Level (Doc ID 2560841.1) |