How did you install DBI and DBD::Oracle? You appear to be using ActiveState's Perl in which case PPM should have put everything where it belonged. I'd recommend you cut and paste file names and error messages rather than typing them from memory. 'USE DBI' is not a valid statement. Perl is case sensitive, use 'use DBI;' instead. -- Mac :}) ** I normally forward private database questions to the DBI mail lists. ** Give a hobbit a fish and he'll eat fish for a day. Give a hobbit a ring and he'll eat fish for an age. ----- Original Message ----- From: "Pablo Rodrigo" <mablao@hotmail.com> To: "Lista DBI" <dbi-users@perl.org> Sent: Thursday, February 22, 2001 11:23 AM Subject: Problems using DBI !!! I´ve already intalled the DBI and DBD for Oracle. When I use the command " USE DBI " in my script occurs an error The system doesn´t find the dynamic link to PerlCRT.dll in the path Error:Can´t load C:/Perl/site/lib/auto/DBI/DBI.dll for module DBI: load_file. This error occurs at line 200 in c:/Perl/lib/DunaLoader.pm Do I have to configure something after install DBI and DBD-Oracle ?Thread Previous