Unable to get a physical connection from the database
This is a stale connection issue :-
: The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-11929
SQL error while creating managed (database) connection.
SQL error while creating managed (database) connection: Unable to get a physical connection from the database...there are no connections available.
Please examine the log file to determine the problem.
[Caused by: Unable to get a physical connection from the database...there are no connections available.]
1) Check database for the stale connections.
2) Oracle Suggests MLR9 patch to remove this issue.
3) Configure Connection pools analyzing current transactions
4) For immediate solution , restart the container and thus connections will get released.
: The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-11929
SQL error while creating managed (database) connection.
SQL error while creating managed (database) connection: Unable to get a physical connection from the database...there are no connections available.
Please examine the log file to determine the problem.
[Caused by: Unable to get a physical connection from the database...there are no connections available.]
1) Check database for the stale connections.
2) Oracle Suggests MLR9 patch to remove this issue.
3) Configure Connection pools analyzing current transactions
4) For immediate solution , restart the container and thus connections will get released.
Comments