Ask a Question related to PERL Modules, Design and Development.
-
mha_a #1
Re: Where can i get DBD for Oracle9 ??
Hi, Well i am facing many problems with installing DBD over Oracle9i. My
installation was working fine with ORacle8i fine. but when i upgrade to
9i it fails as it was looking for 8i library. 'no problem' i said ' I am
going to rebuild DBI and DBD'
DBI rebuilding went through very nice. however when i rebuild DBD i
faced the problem.
Perl Makefile.PF worked fine
make also worked fine
but make test failed. with this error
PERL_DL_NONLAZY=1 /opt/dazel/bin/perl -Iblib/arch -Iblib/lib
-I/opt/dazel/lib/perl5/arch -I/opt/dazel/lib/perl5 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests
@ARGV;' t/*.t
t/base..............Failed to load Oracle extension and/or shared
libraries:
install_driver(Oracle) failed: Can't load
'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:
ld.so.1: /o
pt/dazel/bin/perl: fatal: relocation error: file
blib/arch/auto/DBD/Oracle/Oracle.so: symbol OCIDescribeAny: refere
nced symbol not found at /opt/dazel/lib/perl5/arch/DynaLoader.pm line
206.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/base.t line 19
The remaining tests will probably also fail with the same error.
*** Please read the README and README.help files for help. ***
Still i do not know the problem i did alot of things but it did not
helped. here are some info
I am running Sun Solary 2.8
I am using 5.6.1
I am using oracle9i
I am setting these variable
ORACLE_SID=DOMS
ORA_NLS33=/oracle/DOMS/920_64/ocommon/nls/admin/data
ORACLE_HOME=/oracle/DOMS/920_64
LD_LIBRARY_PATH=/opt/dazel/lib:
PERL5LIB=/opt/dazel/lib/perl5
I am installing DBD 1.12 and DBI 1.21
I appreaciate your help
--
MAH
Posted via [url]http://dbforums.com[/url]
mha_a Guest
-
Difficulty building DBD::Oracle (Perl 5.8.3, Oracle9.2) WinXP
Hi: I'm having difficulty building DBD::Oracle. I'm doing this on WinXP Pro, I have the full Cygwin kit installed, Oracle9.2 client with the... -
How to setup Oracle9 w/HACMP but w/o RAC ?
Hi - we are upgrading our old Oracle7.3.4 environment to Oracle9. Our current HACMP environment consists of two AIX4.3.3 servers (64-bit)... -
How best to move oracle9 db and binaries between similiar unix servers?
Hi - we need to move a 9.2.0.3 database from one AIX server to another. Both servers have similiar hardware and are at the same O/S level... -
DBD::Oracle9 and non-blocking mode
I'm about ready to make available an early copy of my library, but first I have some questions regarding non-blocking mode. I've never actually... -
:Oracle9 and non-blocking mode
Hi Jim, I use it to timeout connect calls when a database is either down and/or unreachable for some reason. This is rare, but it does happen,...




