RE: Need help for Oracle DBD::driver

2009-06-09 Thread Martin Gainty
attempting to give some background on the cause if you run tims code you'll get a friendly error message about $ENV{DBI_DRIVER} not set greetings, Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vo

Re: Need help for Oracle DBD::driver

2009-06-09 Thread Jared Still
Just when I thought it was as simple as reading the error message... Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist On Tue, Jun 9, 2009 at 6:42 AM, Martin Gainty wrote: > > > $driver is the driver name, > possibly defaulted to $ENV{DBI_DRIVER},and may be undefined. > > sub i

Announce: DBI 1.609

2009-06-09 Thread Tim Bunce
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.609.tar.gz size: 510309 bytes md5: e4689870b3f7ce503022a076c53284ed =head2 Changes in DBI 1.609 (svn r12816) 8th June 2009 Fixes to DBD::File (H.Merijn Brand) added f_schema attribute table names case sensitive when quoted, insensitive when

Use of uninitialized value in subroutine entry during writing NULL to NVARCHAR2 with DBD::ODBC and unicode

2009-06-09 Thread Jirka Novak
Hi, I probably hit bug in DBD::ODBC when it is compiled with unicode support. I found that when I have table with NVARCHAR() column and try to write NULL (undef) value by placeholder, perl write 'Use of uninitialized value in subroutine entry at xxx.pl line xx.', where xxx.pl and xx are name o

Re: Use of uninitialized value in subroutine entry during writing NULL to NVARCHAR2 with DBD::ODBC and unicode

2009-06-09 Thread Martin Evans
Jirka Novak wrote: > Hi, > > I probably hit bug in DBD::ODBC when it is compiled with unicode support. > I found that when I have table with NVARCHAR() column and try to write > NULL (undef) value by placeholder, perl write 'Use of uninitialized > value in subroutine entry at xxx.pl line xx.',

RE: Need help for Oracle DBD::driver

2009-06-09 Thread Martin Gainty
$driver is the driver name, possibly defaulted to $ENV{DBI_DRIVER},and may be undefined. sub install_driver {# croaks on failure my $class = shift; my($driver, $attr) = @_; my $drh; $driver ||= $ENV{DBI_DRIVER} || ''; # allow driver to be specified as a 'dbi:driver

Re: Need help for Oracle DBD::driver

2009-06-09 Thread Martin Evans
ranu.kum...@accenture.com wrote: > Hi, > > > > I am trying to connect to oracle (11g) database through PERL script in > windows using ActivePERL (5.10.0 Build 1004). But I am getting the > following error while connection: > > > > DBD::oracle initialisation failed: Can't locate object metho

Need help for Oracle DBD::driver

2009-06-09 Thread ranu.kumari
Hi, I am trying to connect to oracle (11g) database through PERL script in windows using ActivePERL (5.10.0 Build 1004). But I am getting the following error while connection: DBD::oracle initialisation failed: Can't locate object method "driver" via packa ge "DBD::oracle" at C:/Perl/lib/D

Re: DBD-Oracle 1.23 reports ORA-24334 in t/58object.t

2009-06-09 Thread Charles Jardine
On 08/06/09 15:43, Martin Gainty top-posted as follows: Good Afternoon Charles and Jeremy Are there any potential side-effects for turning off signal-processing? i am wondering what the implications might be for turning off signal events to Processors for multi-process configurations? http://

Re: What is a good reference for what bind_col types to use when?

2009-06-09 Thread Tim Bunce
On Wed, Jun 03, 2009 at 10:49:05PM -0500, David Nicol wrote: > trial and error brings results, but seems sub-optimal. > > Specifally, I tried lots of other things before finding that > SQL_DECIMAL allows 9223372036854775807 to enter into Perl as a string > rather than as 9.blahblahblahe+18. (usein