[PATCH oci8.c] Compile DBD-Oracle-1.12 on Solaris 8 with Oracle 8.0.5I don't know if this is useful to anyone, but here it is. This will help
DBD::Oracle version 1.12 compile on Solaris 8 with Oracle 8.0.5.
- D
<dmlloyd@tds.net>
---------- Forwarded message ----------
Date: Thu, 6 Sep 2001 13:55:09 -0500 (CDT)
From: David Lloyd <usrodl@ohno.workpc.tds.net>
--- oci8.c.orig Thu Sep 6 13:53:34 2001
+++ oci8.c Thu Sep 6 13:54:08 2001
@@ -97,7 +97,9 @@
case OCI_HTYPE_TRANS: return "OCI_HTYPE_TRANS";
case OCI_HTYPE_COMPLEXOBJECT: return "OCI_HTYPE_COMPLEXOBJECT";
case OCI_HT...
Compile problems: Solaris 8, DBD-Oracle1.14, Oracle 9.2.0.1.0, Pe rl 5.8.0> I ran into this same problem while trying to do a "make" while installing
> DBD::Oracle 1.14 on Solaris 8 (64-bit) with Oracle 9.2.0.3.0 and Perl 5.8.
> After seeing "ld: warning: option -o appears more than once, first setting
> taken", I decided to try and delete all instances of "-o build" from the
> Makefile so that I'd be left with just a "-o
> blib/arch/auto/DBD/Oracle/Oracle.so" since Oracle.so was the file that it
> seemed to be looking for. This allowed me to finish the make and go on
> to successfully make...
DBD-Oracle 1.12 install problem with Oracle 8.0.5.0 EEHi folks,
I just tried the new DBD-Oracle 1.12 under SuSE Linux 7.2
(2.2.19/glibc 2.2.2). It wouldn't build because of two undefined
symbols. I had to comment OCI_HTYPE_SUBSCRIPTION and OCI_DTYPE_LOCATOR
out. After that it build and tests worked ok.
Here is the output of 'perl Makefile.PL -v'
Using DBI 1.20 installed in /usr/lib/perl5/site_perl/5.6.0/i586-linux/auto/DBI
Configuring DBD::Oracle ...
>>> Remember to actually *READ* the README file!
Especially if you have any problems.
Using Oracle in /opt/oracle
4.0.3.0.0 Oracle Unix Ins...
DBD-Oracle-1.12 under cygwin with Oracle 8.1.5.0.0?Hi,
I try to compile DBD-Orcacle-1.12 under cygwin, (installed on Windows NT),
but...
I made libic.a, and put it into /usr/local/lib/ dir, I installed Oracle
client products (Pro*C/C++, OCI version 8.1.5.0.0), but I can't compile
it...
Could anybody help me?
Thanks a lot, and sorry for my poor english,
Endre
--------- screen capture start: ---------------------
zelenae@ZELENAE ~/src/DBD-Oracle-1.12
$ export ORACLE_HOME="/cygdrive/e/Oracle815/"
zelenae@ZELENAE ~/src/DBD-Oracle-1.12
$ perl Makefile.PL
Using DBI 1.32 installed in
/usr/lib/perl5/site_perl/5...
Problem compiling/installing DBD::Oracle 1.12 on Solaris 8 / Oracle 9.2.0.1 (ORA-03106)
I've been trying to get DBD::Oracle 1.12 working on Solaris 8, with perl
5.8.0, DBI 1.30, and Oracle 9.2.0.1 Unfortunately, the 'make test' is
failing, and even if I ignore that, the same problems show up when I try to
run scripts that work fine on an older environment, namely, the fetch
statements return ORA-03106: fatal two-task communication protocol error
(DBD ERROR: OCIStmtFetch). Also, the 'make test' routine hangs at test 55
of the plsql tests.
In order to get it to compile, with the 64 bit error, I had to change all
the $ORACLE_HOME/lib and $ORA...
Problems with DBD-Oracle 1.07 and Oracle 8.1.6.0.0 under Windows2000------=_NextPart_000_0013_01C10878.32D67DE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hallo there,
I've identified a problem with the DBD-Oracle 1.07 (the same problem occurs
with DBD-Oracle 1.06) and
the Oracle 8.1.6.0.0 client libraries connected to a 8.1.7.0.0 database.
Under Windows 2000, the process crashes with a general exception error
(0xC0000005, access violation)
while processing the prepare method of a instantiated dbi object, when the
processed statement
contains a field in the select list like:
$stmt = "
...
Oracle 8.1.5 + Solaris 2.8/Intel + DBD::Oracle 1.08Greetings,
we do have one big trouble with the following (rare?) combination:
Solaris 2.8/Intel
Oracle 8.1.5 (delivered with Solaris as evaluation version)
DBD::Oracle 1.08
Perl 5.6.1 (no-threads)
The problem is that nothihg does work. Namely, we already gave up trying to
get server running and now we are trying to set-up Oracle client + DBI to
access the database running on another Solaris/SPARC box.
The point is that connection from perl script failes whereas the connection
with SQLPLUS works OK. Surely the username/password and instance names are
the same. The error messa...
Patch to DBD-Oracle-1.12 to compile with Oracle 8.0.3The appended patch shows the (trivial) changes I had to make to get
DBD-Oracle-1.12 compile with Oracle 8.0.3.
David Hull
--- oci8.c 2001/09/26 02:18:55 1.1
+++ oci8.c 2001/10/10 18:58:47 1.2
@@ -1,5 +1,5 @@
/*
- $Id: oci8.c,v 1.1 2001/09/26 02:18:55 hull Exp $
+ $Id: oci8.c,v 1.2 2001/10/10 18:58:47 hull Exp $
Copyright (c) 1998,1999,2000,2001 Tim Bunce
@@ -97,7 +97,9 @@
case OCI_HTYPE_TRANS: return "OCI_HTYPE_TRANS";
case OCI_HTYPE_COMPLEXOBJECT: return "OCI_HTYPE_COMPLEXOBJECT";
case OCI_HTYPE_SECURITY: ...
DBD-Oracle 1.12 installation failure with Oracle 8.0.5Hello Tim,
When I was trying to install DBD-Oracle module on our box with Oracle =
8.0.5 , I was unable to go through "make" step of the installation of =
the module. Here is the last part of log:
-----------------
cc -c -I/usr/oracle/product/8.0.5/rdbms/demo =
-I/usr/oracle/product/8.0.5/rdbms/public =
-/usr/oracle/product/8.0.5/plsql/public =
-I/usr/oracle/product/8.0.5/network/public =
-I/usr/oracle/product/8.0.5/rdbms/demo =
-I/usr/oracle/product/8.0.5/rdbms/demo =
-I/usr/banner/perl/lib/site/alpha-dec_osf/auto/DBI -std -fprm d -ieee =
-D_INTRINSICS -DLANGUAGE_C -O4 ...
EAServer 5.3.0, Oracle 8.1.7 Database with Oracle 10.1.0.2 client VARCHAR2(4000) problemHello!
I'm having some problems in this configuration on Windows
XP.
I am developing websites on an Oracle database (8.1.7), with
EAServer 5.3.0 (build 53016), Java objects using JSP as a
front end.
Here is my problem, I have a table with 2 VARCHAR2(4000),
and when I access the webpage, the they are displayed as
'?????????????'. If I debug the PB component, when I affect
the DW field to a variable, it displays it as it doesn't
"understand" a thing (each character is replaced by a
square).
The codeset of EAServer is UTF8, and on my client, it is
AM...
Make error: DBD-Oracle-1.14 , DBI-1.39, Oracle rdbms 9.2.0.0.0 , solaris 9------=_NextPart_000_0025_01C3BE5A.4F6A0C70
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hi,
When I make DBD-Oracle 1.14 , Makefile.PL generates a Makefile with "-o
build" in the compiler string before blib/arch/auto/DBD/Oracle/Oracle.so and
prevents Oracle.so from being built correctly.
demo_rdbms.mk appears to be to supplying this:
Attempting to discover Oracle OCI build rules^M
gcc -B/usr/ccs/bin/ -c DBD_ORA_OBJ.c^M
by executing: (make -f
/export/home/oracle/ora9idbms/rdbms/demo/demo_rdbms.mk bu
ild ECHODO=echo EC...
Re: DBD::Oracle doesn't work with Oracle 10g (10.1.0.3) under Mac OS X (10.3.8) or how to make it working?Hermez, et al,
On Apr 9, 2005, Hermez <4Hertz@gmx.de> wrote:
> After painful days and nights, trying to make DBD::Oracle working
> with Oracle 10g Release 1 (10.1.0.3) on Mac OS X, I am at my wits'
> end.
> I have started the hard trip with the Oracle instant client and even
> the above mentioned full version doesn't lead to a solution.
> Afterwards, I have followed the advice mentioned in README.macosx
> (included in DBD::Oracle), and installed Perl from scratch. Without
> progress, unfortunately.
> Let me describe the affected envir...
Oracle 8.1.7, Solaris 8 Intel, DBD::Oracle 1.07I am new to the group, but I am actually subscribing to post a solution,
rather than ask a question (go figure) As it seems that if you ask what is
considered to be a stupid question, you either get flamed pretty bad, or a
message saying RTFM.
My problem related to the core dumps during the "make test" for DBD:Oracle
1.07
I saw a million and one posts just like mine (with stack traces, and -v
output), but no solution was offered. Then one day, I ran into a message
posted by John E. Leon Guerrero titled
"solaris 8 intel, oracle 8.1.6, successful install!!!"
T...
DBD::Oracle-1.12, Tru64 UNIX V5.0, Oracle8 8.0.6.0.0------=_NextPart_000_0082_01C1C526.5637EF60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
When installing, I try the tests and they fail with the following error:
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: dlopen: cannot load blib/arch/auto/DBD/Oracle/Oracle.so at
/usr/local/lib/perl
5/5.6.1/alpha-dec_osf/DynaLoader.pm line 206.
at (eval 1) line 3
I've tried 'perl Makefile.PL -nob' and 'p...
PowerBuilder Oracle Driver for Oracle 8.0.4 and 8.0.5You may now register for the beta program for the PowerBuilder O84 native
driver at the following URL
http://www.sybase.com/products/powerbuilder/oracle/oracle_reg.html
Has anyone been using this? Any comments?
On Mon, 14 Dec 1998 11:32:31 -0500,
in powersoft.public.powerbuilder.database
Dan Skibba <skibba@sybase.com> wrote:
>You may now register for the beta program for the PowerBuilder O84 native
>driver at the following URL
>http://www.sybase.com/products/powerbuilder/oracle/oracle_reg.html
>
>
One of the things you do when you sign up for a beta ...