stockton Posted August 7, 2007 Share Posted August 7, 2007 I have a system made up of many PHP scripts each of which when started does a ociLogon() and when complete an ociLogoff() and my question is would it not be better to ociLogon() as the system is started and only when the user is finished with the system ociLogoff()? Quote Link to comment Share on other sites More sharing options...
trq Posted August 7, 2007 Share Posted August 7, 2007 Generally it would be best to open one connection per request then close it when done. Quote Link to comment Share on other sites More sharing options...
stockton Posted August 8, 2007 Author Share Posted August 8, 2007 Generally it would be best to open one connection per request then close it when done. Thank you, that is what I thought. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.