I’m a non-admin trying to learn about Oracle pluggable databases (PDB) for professional development purposes.
What is the OOTB pluggable database (PDB) called that is used by an Oracle 18c 10.7.1 enterprise geodatabase?
For example, in Oracle 18c Express Edition, there is a default PDB called XEPDB1. What is the equivalent PDB in an Oracle EGDB? Or does the PDB name get defined by the DBA who set up the Oracle database?
Can I determine the PDB name by looking at:
- ArcGIS Pro database connection properties?
- SQL Developer connection properties (JDBC)?
- A database query from a user/schema/owner connection (like PARKS, not SYS)?
Related:
The non-CDB architecture [no PDBs] (the way the databases work before 12c) is available in recent versions, but it was deprecated in Oracle 12c and desupported in Oracle 20c.
https://www.databasestar.com/oracle-pdb/
@MarceloMarques might find this interesting.