If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Apache2 + PHP5 + OCI8 ORA-02391 exceeded user session problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-04, 06:05
gomezo gomezo is offline
Registered User
 
Join Date: Dec 2002
Posts: 10
Apache2 + PHP5 + OCI8 ORA-02391 exceeded user session problem

Hi,

we meet some troubles with our internal application, we used Apache2 + PHP5, and the application uses adodb to connect to the DB,
the problem is that we are limited to 20 simultaneous user connection for our application, it's enought regarding the traffic, but some oracle connections seems not be released by php, and after a while user have ORA-02391 errors returned,
i ask to my DBA and some connections have been instinciate for 2 days and not re-used for a while...
i guess in a php application, all connection should be released when the page is send back to the client ?
what i can do to release/force 'properly' the connection ? should the DBA do something ? like set a session timeout parameter ?

Thanks a lot for your help

Julien
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On