Have you loaded DBI and DBD::Oracle? (i.e. command prompt-> ppm -> install DBI; install DBD::Oracle)?
------------------------ Brian Spindler Assistant I.T. Manager RAB Electric Mfg. Co. 888-RAB-1000 x 84 888-RAB-1232 fax [EMAIL PROTECTED] print scalar reverse join "", sort "tona", "reh","lre","ts","\nr","uj","ekca","p ","h "; -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 19, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: How do I connect to an Oracle DB? I am a neophyte Perl user, but enjoy it! I have to connect to an Oracle database and cannot make it work. (I have ordered the DBI database book by Tim Bunce) I get a message, when running my script, that says "Can't locate loadable object for module DBI in @INC (@INC contains c:/perl/lib c:/perl/site/leb .) at c:/perl/lib DBI.pm line 243." Can anyone help me to understand what this means? Thanks, Mike Kopacki
