Plex database connection pool
search cancel

Plex database connection pool

book

Article ID: 393579

calendar_today

Updated On: 04-08-2025

Products

CA Plex

Issue/Introduction

Our Plex run time needs a lot of connections to database and we would like to know if Plex provides database connection pool so we can use the pool for connection instead opening a new database connection for each run time process.

Environment

CA Plex 7.2.1, 7.3.0

Resolution

Currently Plex does not provide this feature. Plex is not a database connection pool management tool.

You could explore using database connection pool on the DBMS side. You would need to work with your DBA and DBMS connection pool with ODBC connection configuration is beyond the support scope.