in reply to Perl Module for Oracle DB Connection?
ActiveState comes with DBI and DBD::Oracle these days, so I'll assume it's not a library installation problem (unless you have an old build of ActiveState perl). Also, you don't mention the error you're getting...so what is it?DBI->connect("dbi:Oracle:$host:$port/$service_name", $user, $password, + {RaiseError => 1});
|
|---|