Constant ORACLE_DB_INSTANCE_NAME
pub const ORACLE_DB_INSTANCE_NAME: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
The instance name associated with the connection in an Oracle Real Application Clusters environment.
§Notes
There can be multiple instances associated with a single database service. It indicates the
unique instance name to which the connection is currently bound. For non-RAC databases, this value
defaults to the oracle.db.name.
§Examples
"ORCL1""ORCL2""ORCL3"