Skip to main content

ORACLE_DB_DOMAIN

Constant ORACLE_DB_DOMAIN 

pub const ORACLE_DB_DOMAIN: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The database domain associated with the connection.

§Notes

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"