Skip to main content

ORACLE_DB_NAME

Constant ORACLE_DB_NAME 

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

The database name associated with the connection.

§Notes

This attribute SHOULD be set to the value of the parameter DB_NAME exposed in v$parameter.

§Examples

  • "ORCL1"
  • "FREE"