Is oracle connection pool in C# based on application or operating system?

317 Views Asked by At

The application is in C# and it is using Oracle connection with Oracle.ManagedDataAccess.dll provided by Oracle. By default, it will get connection from connection pool every time.

I guess this ManagedDataAccess.dll is working together with Oracle client to manage the connection pool. Is oracle connection pool based on application or operating system? For example, we have two different independent C# applications, do they share the same applicatoin pool if their connection string are the same?

0

There are 0 best solutions below