RE: Perl coredump when using ora_dbh_share to connect to Oracle DB's

2010-04-01 Thread Wesley Schwengle
On 01.04.10 03:02 John Scoles wrote: Hard to say exatly are you sure you are connecting to oracle corretly?? use DBI; my $dsn = 'DBI:Oracle:host=localhost;port=1527;sid=XXX'; is a rather odd dsn I always the the method above, although I don't define the host and port part, since it is

Re: Perl coredump when using ora_dbh_share to connect to Oracle DB's

2010-04-01 Thread Peter J. Holzer
On 2010-04-01 09:43:32 +0200, Wesley Schwengle wrote: On 01.04.10 03:02 John Scoles wrote: Hard to say exatly are you sure you are connecting to oracle corretly?? use DBI; my $dsn = 'DBI:Oracle:host=localhost;port=1527;sid=XXX'; is a rather odd dsn I always the the method above, although

Re: Perl coredump when using ora_dbh_share to connect to Oracle DB's

2010-04-01 Thread Jens Rehsack
2010/4/1 Wesley Schwengle wesley.schwen...@is.online.nl: On 01.04.10 03:02 John Scoles wrote: Hard to say exatly are you sure you are connecting to oracle corretly?? use DBI; my $dsn = 'DBI:Oracle:host=localhost;port=1527;sid=XXX'; is a rather odd dsn I always the the method above,

Re: Perl coredump when using ora_dbh_share to connect to Oracle DB's

2010-04-01 Thread Jens Rehsack
2010/4/1 John Scoles byter...@hotmail.com: Date: Wed, 31 Mar 2010 16:31:11 +0200 Subject: Perl coredump when using ora_dbh_share to connect to Oracle DB's From: rehs...@googlemail.com To: dbi-users@perl.org; pa...@pythian.com CC: karl.li...@lisse.it Hi all, I get a core dump when using