JDBCSQL pingDatabase()
I have a problem with unexpected (unplanned) reconnection of app. connection in JDBC pool. I don’t know if following is source or result of my problems, but I can find the following line in my log:
<Debug> <JDBCSQL> <lnx17> <AdminServer> <Timer-2> <ircod001> <> <> <1287493740525> <BEA-000000> <[weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection@0] pingDatabase() >
This is the first line when Timer-2 shows in that log. Why this event happened and which server parameter controls it?
Thanx.