Error compiling DBD-Oracle-1.22 with cygwin

2008-11-04 Thread james.agun
Hi, I am having problems with cygwin/dbd-oracle 1. I have installed cygwin 2. I have installed DBI-1.607 3. I am trying to compile DBD-Oracle-1.22 This is the step creating the issue --> $ perl Makefile.PL Oracle version 9.2.0.1 (9.2) OCI directory not found, please install OCI in C:/xxx/Oracle92

Re: compiling DBD::Oracle

2003-06-17 Thread Rob Anderson
Hi Rob, No, you're not heading down the wrong path, you just need the Oracle **client** installed on your local machine. When recompliling DBI and DBD make sure you've got the following set correctly (appropriate to your set up) ... ORACLE_HOME=/export/home/oracle/OraHome1 PATH=$PATH:/export/hom

compiling DBD::Oracle

2003-06-16 Thread Robert Citek
Hello all, What would I need in order to write a perl script to query an Oracle database? I have written perl scripts to connect to MySQL and PostgreSQL databases. In those cases, both the databases and the scripts were run on Red Hat Linux v7.1/2. This time, I am trying to write a perl script