oracle.db.domain
Release candidatestringas of v1.44.0
The database domain associated with the connection.
This attribute SHOULD be set to the value of the DB_DOMAIN initialization parameter,
as exposed in v$parameter. DB_DOMAIN defines the domain portion of the global
database name and SHOULD be configured when a database is, or may become, part of a
distributed environment. Its value consists of one or more valid identifiers
(alphanumeric ASCII characters) separated by periods.
Examples
- example.com
- corp.internal
- prod.db.local
Used by
spans (1)
- span.db.oracledb.client
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Added as development.