in reply to Re: Using DBI for the first time...
in thread Using Oraperl for the first time... (was: Using DBI for the first time...)
Although there's no harm in loading DBD::Oracle explicitly, you only really have to do it when you want to use Oracle's type constants: use DBD::Oracle qw(:ora_types);
|
|---|