OraclePoolNameCollection Class

This class represents the pool names collection corresponding to each unique connection string.

Namespace: Oracle.ManagedDataAccess.Client

Assembly: Oracle.ManagedDataAccess

Declaration

// C#
public sealed class OraclePoolNameCollection

Inheritance

Object -> OraclePoolNameCollection

Thread Safety

This class is a thread-safe class.

Requirements

Provider ODP.NET, Managed Driver ODP.NET Core

Assembly

Oracle.ManagedDataAccess.dll

Oracle.ManagedDataAccess.dll

Namespace

Oracle.ManagedDataAccess.Client

Oracle.ManagedDataAccess.Client

.NET Framework

See System Requirements

-

.NET (Core)

-

See System Requirements

Remarks

Connection strings combined with application names and process identifiers can be very long and hard to distinguish with many that look similar when using .NET Metrics or Windows Performance Counters. This collection class allows applications to set an arbitrary string to easily identify which pool is being monitored.

Constructor

Internal OraclePoolNameCollection() – This class is instantiated internally.