Re: multiple versions of oracle and dbi/dbd
- From: rlabutis@xxxxxxxxx (Richard Labutis)
- Date: Wed, 6 Feb 2008 11:10:19 -0500
If I compile the module for oracle 10g and move the build to a box that has
only oracle 9i, it will not work.
I can't be making different versions of the module for each aix box I have,
there is too many of them.
for example, the Oracle.so library is hardcoded to oracle 9i, so it would
not work on box that has 10g, since 9i does not exist.
#dump -H ./auto/DBD/Oracle/Oracle.so
../auto/DBD/Oracle/Oracle.so:
***Loader Section***
Loader Header Information
VERSION# #SYMtableENT #RELOCent LENidSTR
0x00000001 0x00000091 0x00000152 0x0000009e
#IMPfilID OFFidSTR LENstrTBL OFFstrTBL
0x00000005 0x00001d90 0x00000930 0x00001e2e
***Import File Strings***
INDEX PATH BASE MEMBER
0
/opt/oracle/product/9.2.0.6/lib32/:/opt/oracle/product/9.2.0.6/rdbms/lib32/:/usr/lib:/lib
1 libpthreads.a shr_xpg5.o
2 libc_r.a shr.o
3 ..
4 libclntsh.a shr.o
On Feb 6, 2008 10:57 AM, Alexander Foken <alexander@xxxxxxxx> wrote:
On 06.02.2008 16:27, Richard Labutis wrote:
hi,modules
I have an AIX box with Oracle 9i and 10g, how do deal with dbi/dbd
that wants to be compiled specifically with one version of oracle.Oracle is backwards and forwards compatible, at least within a certain
How do I make this work with any version of oracle?
range of version numbers. You should be able to connect to a 10g
database using a 9i client and vice versa.
Using the latest DBI, DBD::Oracle, and Oracle client libraries would not
hurt, though.
Alexander
--
Alexander Foken
mailto:alexander@xxxxxxxx http://www.foken.de/alexander/
- Follow-Ups:
- Re: multiple versions of oracle and dbi/dbd
- From: Alexander Foken
- Re: multiple versions of oracle and dbi/dbd
- References:
- multiple versions of oracle and dbi/dbd
- From: Richard Labutis
- Re: multiple versions of oracle and dbi/dbd
- From: Alexander Foken
- multiple versions of oracle and dbi/dbd
- Prev by Date: Re: multiple versions of oracle and dbi/dbd
- Next by Date: Re: multiple versions of oracle and dbi/dbd
- Previous by thread: Re: multiple versions of oracle and dbi/dbd
- Next by thread: Re: multiple versions of oracle and dbi/dbd
- Index(es):
Relevant Pages
|
|