exceeded simultaneous SESSIONS_PER_USER on HP UX but not on window or AIX
807580Sep 8 2010 — edited Sep 8 2010Hi 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