RE: Maintaining simultaneous support for two Oracle versions in DBI

2011-12-05 Thread John Scoles
From: b...@wards.net Date: Sun, 4 Dec 2011 19:15:20 -0800 Subject: Re: Maintaining simultaneous support for two Oracle versions in DBI To: smi...@latfor.state.ny.us CC: dbi-users@perl.org Aren't the Oracle driver libraries backward compatible? If you link DBD to the Oracle 11 drivers

Re: Maintaining simultaneous support for two Oracle versions in DBI

2011-12-05 Thread Peter J. Holzer
On 2011-12-05 07:08:01 -0500, John Scoles wrote: From: b...@wards.net Date: Sun, 4 Dec 2011 19:15:20 -0800 Subject: Re: Maintaining simultaneous support for two Oracle versions in DBI To: smi...@latfor.state.ny.us CC: dbi-users@perl.org Aren't the Oracle driver libraries backward

RE: Maintaining simultaneous support for two Oracle versions in DBI

2011-12-04 Thread John Scoles
-0500 From: smi...@latfor.state.ny.us To: dbi-users@perl.org Subject: Maintaining simultaneous support for two Oracle versions in DBI My workplace is transitioning from Oracle version 9 to version 11. I would like to build the DBD driver to support connecting to the Oracle 11 database

Re: Maintaining simultaneous support for two Oracle versions in DBI

2011-12-04 Thread Richie
I might be overlooking something in your requirements, but this is a response that I had previously sent to someone on the list regarding migration concerns: I'm going through a migration now and had to recompile DBD-Oracle against the new ORACLE_HOME. I wanted to leave the old DBD-Oracle

Re: Maintaining simultaneous support for two Oracle versions in DBI

2011-12-04 Thread Bill Ward
Aren't the Oracle driver libraries backward compatible? If you link DBD to the Oracle 11 drivers, won't it still be able to connect to an Oracle 8 server? On Fri, Dec 2, 2011 at 10:27 AM, Scott Smith smi...@latfor.state.ny.uswrote: My workplace is transitioning from Oracle version 9 to version

Maintaining simultaneous support for two Oracle versions in DBI

2011-12-03 Thread Scott Smith
My workplace is transitioning from Oracle version 9 to version 11. I would like to build the DBD driver to support connecting to the Oracle 11 database. However, until all the data are migrated from the old database to the new one, I would need to maintain connectivity to the old Oracle 9