Any G.
29th September 2008, 18:07
While being connected to LN, system hangs up and user receives the message 'Detected Database Server termination'

The log file does not contain any information.

I already set up the variable USE_SHM_INFO=0 with no result.

The Oracle database is installed on a HP-UX 11.23 server (that means it's Itanium) and the oracle client version is different from the server (client 9.2.0.1.0 and server 10.2.0.4.0). Teorically, this should not be any problem, but these are the differences I have against other environments.

If anybody has any suggestion, please let me know.

dave_23
30th September 2008, 01:30
what are the users ulimits set to on the app server?

Any G.
30th September 2008, 02:08
The kernel parameter "maxusers" is set on 2000 (I don't have that much users at the same time).. Is there another parameter I should check?

dave_23
1st October 2008, 21:56
if you're HP

i think you want /usr/sbin/ulimit -a

Dave

Any G.
3rd October 2008, 01:17
Thank you guys. The problem was solved.
I updated the Oracle version in the application server and it works. There must be some kind of problem with these different drivers.