On Thu, Aug 31, 2023 at 9:22 AM Rajesh Kumar <rajeshkumar(dot)dba09(at)gmail(dot)com>
wrote:
> How do I resolve max connection exceed issue apart from closing idle
> connections ?
>
Raise the limit.
Use a connection pooler in the application.
Use a standalone connection pooler.
David J.