oracle.db.pdb
Release candidatestringas of v1.44.0
The pluggable database (PDB) name associated with the connection.
This attribute SHOULD reflect the PDB that the session is currently connected to.
If instrumentation cannot reliably obtain the active PDB name for each operation
without issuing an additional query (such as SELECT SYS_CONTEXT), it is
RECOMMENDED to fall back to the PDB name specified at connection establishment.
Examples
- PDB1
- FREEPDB
Used by
spans (1)
- span.db.oracledb.client
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Added as development.