Thanks for quick reply Paul,
"or implicitly doing this by setting limits in your profile" is it session time out limit?
Actual setup is like this:
Application is deployed on TWO weblogic domains (with one managed server in each domain), both pointing to same database. Connection pool on both weblogic domains configured with same user credentials. I run cron job on first weblogic server, which inturn calls stored procedure through
java code. After completing cron job, we are firing browser requests on both weblogic servers. Request on first weblogic serves correctly, while request on second server fails with java.sql.SQLException: ORA-00028 error.
appreciate your help.