Thanks for the feedback Jacqui, Would I have to un-install DBD first, or will the re-install tidy things up?
Cheers Tony "Jacqui Caren(IG)" <[EMAIL PROTECTED]> 01/12/2005 03:56 PM To [EMAIL PROTECTED] cc Subject Re: Which ORACLE_HOME was used to build DBD? Michael A Chase tech wrote: > On 01/12/2005 06:39 AM, [EMAIL PROTECTED] said: > >> I have a Redhat box with 2 ORACLE_HOMEs. DBI and DBD_Oracle have >> both been installed. >> >> How can I tell which ORACLE_HOME was used to build the DBD? > > > Call oraenv for each environment and try connecting to a database > through each. If one fails, don't use it. If both work, you should be > able to use both. Warning Will Robinson! Danger Danger!! Oracle is not always a works/don't work thing. You can get seriously odd behaviour such as DML works but DDL fails (silently). Unless you *know* one works fully it would be safest to re-install DBD::Oracle against one or other. Jacqui