Re: Perl coredump when using ora_dbh_share to connect to Oracle DB's
[email protected] (Jens Rehsack)
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
2010/4/1 Wesley Schwengle <[email protected]>: > 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 known in tnsnames. But the dsn part looks normal to me :) The connect works absolutely fine when I cut off ora_dbh_share parameter. Best, Jens