connecting()?

2010-03-31 Thread David E. Wheeler
Fellow DBIers, I was just discussing writing a callback on connect() to change authentication (my correspondent wants to use realm files). But then I discovered to my disappointment that there is no support for callbacks on connect(). This makes sense, frankly, since the method is called

DBD::Oracle 11gr2 ORA-38909

2010-03-31 Thread Scott T. Hildreth
We have run into an issue with array processing in 11g. The developer was using execute_array and his sql statement had 'LOG ERRORS' in it. This did not error out until we switched to 11g. The issue is that only one is allowed, either 'LOG ERRORS' or 'SAVE EXCEPTIONS'. Our DBA logged and error

Re: connecting()?

2010-03-31 Thread H.Merijn Brand
On Wed, 31 Mar 2010 10:14:04 -0700, David E. Wheeler da...@kineticode.com wrote: Fellow DBIers, I was just discussing writing a callback on connect () to change authentication (my correspondent wants to use realm files). But then I discovered to my disappointment that there is no support

Comments on this patch for dbms_output_get() ?

2010-03-31 Thread Scott T. Hildreth
I created this patch because of this issue (which we have run into), == Parameter Description lineReturns a single line of buffered information, excluding a final newline character. You