-1

I understand that the connections pools are created from the connectionstring.

I run 2 differents applications both using Oracle.ManagedDataAccess and both using the same connectionstring. Do I get 1 pool per application or 1 common to both ?

Vincent
  • 510
  • 1
  • 5
  • 23

1 Answers1

0

By looking at Oracle.ManagedDataAccess.OracleInternal.ConnectionPool, the pools are not mutualized through multiple applications.

Vincent
  • 510
  • 1
  • 5
  • 23