RE: Does changing ORACLE_HOME affect DBI?
All joking aside it would be a good idea to recompile
DBD::Oracle when you Oracle home changes only because this
usually means they (DBAs,SAs) have changed the client,
Version or something else in your Oracle. So to keep
everything in sync I would recompile.
That being said once DBD::Oracle is compiled is should be
somewhat stand alone and not rely on the oracle client
directly anymore. So changing the the Home shouldn't matter.
Cheers John Scoels
Thanks, John and Mike for your responses.
I'll pass this along to the Powers That Be :)
richf
.
Relevant Pages
- Re: DBD Oracle 1.20 ORA-24334 Error
... On the premise instant client and also tried to run perl Makefile.PL -V ... the status after having connected to Oracle ... Failed 2/33 tests, 93.94% okay ... (perl.dbi.users) - Re: DBD-Oracle 1.19 with Oracle Instant Client 10.2.0.3 on Debian Etch wont install
... Currently all my Oracle inst client files are user oracle group oinstall yet lib bin and other dirs have 755 permission so root should be able to access and execute these softlibs. ... As I have written, I have installed DBD::Oracle-1.19 many times with a full client without problem, yet with the limited instant client it does not find the mk file, and the one mk file that the instant client installs does not work. ... It also gives me a makefile for DBD::Oracle but install and test fail ... (perl.dbi.users) - Re: ORATCL help needed!
... set cursor ... Wow, An Oratcl 3.3. ... It is coded with the the OCI layer released with Oracle ... Oracle instant client is available for many many platforms, ... (comp.lang.tcl) - Re: ORATCL help needed!
... set cursor ... It is coded with the the OCI layer released with Oracle ... Oracle instant client is available for many many platforms, ... Did you compile Oratcl 3.3 for yourself. ... (comp.lang.tcl) - Re: DBD::Oracle / Instant Client segfaults
... I've been doing some more tests concerning this issue and it seems that it only appears with the combination of Oracle Instant client libraries, Perl configured with -Dusemymalloc on RHEL 3. ... When i run the script with the 'use Digest::SHA1;' line commented ... (perl.dbi.users) |
|