PoolNames

This property specifies a string to identify the monitored connection pool more easily.

Declaration

// C#
public static OraclePoolNameCollection PoolNames { get; }

Property Type

OraclePoolNameCollection class instance

Remarks

OraclePoolNameCollection class exposes Add and Remove methods to add or remove pool name for each unique connection string. Example:

OracleConfiguration.PoolNames.Add("PoolA", "<unique connection string>;");