DBI/DBD Oracle Connections

2005-08-26 Thread Ford, Richard
We are encountering a problem when we connect to an Oracle database and do not provide the database name in the connect string. The ORACLE_HOME that the DBD was compiled against is /app/oracle/client The Oracle ENV variables defined outside of perl are: ORACLE_HOME=/app/oracle/DEV

Base class package DBI::db is empty

2005-05-25 Thread Ford, Richard
Currently running the following code snippet: package DBIOracle; use base 'DBI'; package DBIOracle::db; use base 'DBI::db'; On a linux box running perl v5.6.1 built for i686-linux there are no issues. However, on a Solaris box running perl 5.005_01 built for sun4-solaris I get the following

DBD-Oracle-1.15

2004-08-30 Thread Ford, Richard
I'm attempting to compile DBD-Oracle-1.15 on Redhat 2.4.9-e.27enterprise against an Oracle client install of 10.1.0.2. I receive the following error when running perl Makefile.PL: Unable to locate an oracle.mk, proc.mk or other suitable *.mk file in your Oracle installation. (I looked