> On Aug 31, 2023, at 1:05 PM, David G. Johnston <david.g.johnston@xxxxxxxxx> wrote: > > On Thu, Aug 31, 2023 at 9:22 AM Rajesh Kumar <rajeshkumar.dba09@xxxxxxxxx> 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. Also check for application bugs leaking connections.