Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

exceeded simultaneous SESSIONS_PER_USER on HP UX but not on window or AIX

807580Sep 8 2010 — edited Sep 8 2010
Hi All,

I wrote a java file which connects to the db and does a lot of transaction on the database which is done inside a loop. On a HP UX server, the code gives me the following error:
java.sql.SQLException: ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit
but it works perfectly fine on a local windows machine as well as an AIX server for the same number of transactions.
Can anyone let me why this is happening.

Regds,
Nikhil
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2010
Added on Sep 8 2010
4 comments
1,149 views