Perl DBI error

Hi All,
I installed DBI module in a non INC location and using it in my script via "use lib".
But it throw the below error at the "use DBI" step.
Please help

Usage: DBI::_install_method(dbi_class, meth_name, file, attribs=Nullsv) at /xx/xxx/xxxxx/xxxxx/oracle/lib/DBI.pm/oracle/lib/DBI.pm line 500.
Compilation failed in require at tokens.pl line 7.
BEGIN failed--compilation aborted at tokens.pl line 7.
Usage: DBD::_::common::trace_msg(sv, msg, this_trace=1) at /xx/xxx/xxxxx/xxxxx/oracle/lib/DBI.pm line 517.
END failed--call queue aborted at tokens.pl line 7.

Which database are you trying to access?
Have you installed the DBD (database driver) module corresponding to that database?
E.g., if you are trying to access Oracle database, you also need to install DBD::Oracle .

Hi,

I am trying to access oracle.

I have isntalled the DBD::Oracle.But still getting the same error.