Non-blocking DBD::Oracle connections?

2003-03-26 Thread Peter Scott
I have an Oracle account which is restricted to one simultaneous connection at a time. Attempts to exceed this number result in the later attempts blocking until the first connection is terminated. Is there anything in DBD::Oracle that can check for this so I can say, Sorry, try again later? Or

Re: Non-blocking DBD::Oracle connections?

2003-03-26 Thread Tim Bunce
On Wed, Mar 26, 2003 at 03:06:24AM -, Peter Scott wrote: I have an Oracle account which is restricted to one simultaneous connection at a time. Attempts to exceed this number result in the later attempts blocking until the first connection is terminated. Is there anything in DBD::Oracle