Well probably that is why. Here is where you get it from... http://technet.oracle.com/software/content.html
You have to sign up with them to in order to download. All you need is the client install, once you get there, 8i or what ever your db is. You can also just use DBD::ODBC and just set up a DSN to the database. Ilya -----Original Message----- From: Adriano Sastre Vieira To: Sterin, Ilya; [EMAIL PROTECTED] Sent: 4/5/02 12:32 PM Subject: Re: Perl, BDI, DBD:Oracle and WINDOWS 2000 Ok Sterin, thanks a lot. But about the sentence: Remember you must also have the Oracle client libs installed on your pc in order for this to work, and ORACLE_HOME must be set. What are these Oracle client libs? Where do I find them? Really, I try to rum my script, and now other error occurred: install_driver(Oracle) failed: Can't load 'C:/Perl/site/lib/auto/DBD/Oracle/Orac le.dll' for module DBD::Oracle: load_file:NÒo foi possİvel encontrar o m¾dulo es pecificado at C:/Perl/lib/DynaLoader.pm line 200. at (eval 1) line 3 Compilation failed in require at (eval 1) line 3. Perhaps a required shared library or dll isn't installed where expected at C:/Perl/site/lib/Oraperl.pm line 58 Compilation failed in require at oracle.cgi line 9. BEGIN failed--compilation aborted at oracle.cgi line 9. Is it error because these libs? Thanks again. -------------- Adriano Sastre Vieira Especialista em Sistemas Jr Inatel Competence Center - www.inatel.br mailto:[EMAIL PROTECTED] 35 3471 9335 ----- Original Message ----- From: "Sterin, Ilya" <[EMAIL PROTECTED]> To: "'Adriano Sastre Vieira '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 4:19 PM Subject: RE: Perl, BDI, DBD:Oracle and WINDOWS 2000 > You can install it using the ppm utility, like this... > > In command prompt... > > ppm install http://www.xmlproj.com/PPM/DBI-1_20.ppd > > and then after it installs DBI... > > ppm install http://www.xmlproj.com/PPM/DBD-Oracle-1_12.ppd > > I don't have the latest version 1.21 of DBI up, but this one is just a > version lower. I'll have it up sometime this weekend. > > See the ppm docs for more information on how to install other modules. > > Remember you must also have the Oracle client libs installed on your pc in > order for this to work, and ORACLE_HOME must be set. > > You can also use DBD::ODBC to connect to your oracle database, to install > just say... > > ppm install DBD::ODBC > > Once installed, you'll have to read the docs. > > Also this link http://xmlproj.dyndns.org/dbi/faq.html > > might be helpful. > > Ilya > > > > -----Original Message----- > From: Adriano Sastre Vieira > To: [EMAIL PROTECTED] > Sent: 4/5/02 11:52 AM > Subject: Perl, BDI, DBD:Oracle and WINDOWS 2000 > > Hi, I am Adriano, a System Specialist of a Brazilian Company. > > I have to learn Perl and how to connect Perl with Oracle Database. > I am working with a Windows 2000, I've installed the ActivePerl and a > web-server, the OmniHTTPD. > It's everything ok with trivials cgi scripts, i.e., when I send data by > a > html form and I have a script cgi Perl that handles the data posted, > everithing occurs ok. > And I can run Perl scripts by a prompt too. > > Now, I need to connect my script with a Oracle Database, to generate > dinamic > html getting data from tables. > I know that I have to install DBI and DBD::Oracle, but I don't know how > to > do it, and I didn't find any windows 2000 version on any. > Can somebody help me? Where do I get the both DBI and DBD::Oracle for > Windows, and how I configure it? > > Thanks. > > > -------------- > Adriano Sastre Vieira > Especialista em Sistemas Jr > Inatel Competence Center - www.inatel.br > mailto:[EMAIL PROTECTED] > 35 3471 9335