Why 19c V$PARMETER shows values for container id 1 but not it's pdbs?
hi
1)
Why 19c V$PARMETER shows values for container id 1 only but not it's pdbs?
See figure below where select distinct (con_id) only returns root container id
2)
How do I view V$PARAMETER values of container id 3 (see figure below) when I'm logged in as sysdba without needing to do (alter session set container = ... ). Imagine having many PDBs!!!!
3)
Why Oracle designed it this way? 12c is also like that.
Thanks