On Tue, Apr 8, 2014 at 12:27 AM, Rui Pereira wrote:
> Have you tried versions 1.17 or 1.18 of DBD::Oracle?
>
> Your Oracle version appears to be old, newer versions of the module don't
> support them.
>
>
> Best regards,
> Rui
>
>
> On Wed, Apr 2, 2014 at 10:
Have you tried versions 1.17 or 1.18 of DBD::Oracle?
Your Oracle version appears to be old, newer versions of the module don't
support them.
Best regards,
Rui
On Wed, Apr 2, 2014 at 10:02 AM, Luca Ferrari wrote:
> On Wed, Apr 2, 2014 at 9:06 AM, Zapp Prefect
> wrote:
> &g
quot;
Thanks, but it was clear enough that I was missing ORACLE_HOME, what
is not clear to me is to what I have to refer to.
Pointing it to the sql developer installation (3.2) presents me this message:
[...]
Oracle version 8.0.0.0 (8.0)
DBD::Oracle no longer supports Oracle client versions
Hi all,
I'm running a linux box with the Oracle SQL Developer installed. The
DBD::Oracle module refuses to install claiming it cannot find a value
for ORACLE_HOME and/or an oralc einstallation. Do I need to install
something else for the perl module to work or does it suffice to point
ORACLE
iteration of the loop, the insert statement
> fails
>
> Here is the exact error:
>
> DBD::Oracle::st execute failed: Error while trying to retrieve text for
> error ORA-03113 (DBD ERROR: OCIStmtExecute)
>
> Does anyone have any clues as to why this could be happening?
>
Di
All
I have a perl script that connects to Oracle 10.2 database.
I have a very simple insert statement that inserts data into a table
within a loop.
The problem is on the 2nd iteration of the loop, the insert statement
fails
Here is the exact error:
DBD::Oracle::st execute failed
Hi list
when I am running a perl code which uses DBI and DBD::Oracle I am getting
the following error
DBD::Oracle initialisation failed: Undefined subroutine &DBI::common::STORE
called at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/DBD/Oracle.pm
line 68. at ctva/data/libora.pm
Hi All,
I have one perl script which connects to oracle db and run some queries
and get the job done. The initial code is as followed -
--code---
#!/usr/bin/perl
use strict;
use warnings;
use DBI;
use DBD::Oracle;
--code---
Then I have used perl2exe to generate a file so as to
Hi,
I am having problems with cygwin/dbd-oracle
1. I have installed cygwin
2. I have installed DBI-1.607
3. I am trying to compile DBD-Oracle-1.22
This is the step creating the issue -->
$ perl Makefile.PL
Oracle version 9.2.0.1 (9.2)
OCI directory not found, please install OCI in C:/
Hi, I am trying to install DBD::Oracle in a Linux 64
bit machine but facing problem and not sure what i am
doing wrong. make looks ok, but when I run make test I
get this.
---
t/01baseFailed to load Oracle
extension and/or shared libraries:
install_driver
On 7/5/07, Dan King <[EMAIL PROTECTED]> wrote:
I am attempting to install DBD::Oracle for Perl. I am having some
difficulties though. During the make test procedure a number of my
tests fail. One of them is the 10general.t test.
It fails on lines 31 and 32 which has
is system("exit
I am attempting to install DBD::Oracle for Perl. I am having some
difficulties though. During the make test procedure a number of my
tests fail. One of them is the 10general.t test.
It fails on lines 31 and 32 which has
is system("exit 1;"), 1<<8, 'system exit 1 should r
On Aug 31, 2005, at 9:55 AM, Scott Taylor wrote:
[EMAIL PROTECTED] said:
Hi all. I am attempting to install DBD::Oracle from the perl CPAN
shell.
The installation script seems to assume that oracle is installed
locally. It asks me to set ORACLE_HOME to the path the oracle is
installed and
[EMAIL PROTECTED] said:
> Hi all. I am attempting to install DBD::Oracle from the perl CPAN shell.
> The installation script seems to assume that oracle is installed
locally. It
> asks me to set ORACLE_HOME to the path the oracle is installed and to try
> again. Well I don't have
Hi all. I am attempting to install DBD::Oracle from the perl CPAN shell. The
installation script seems to assume that oracle is installed locally. It
asks me to set ORACLE_HOME to the path the oracle is installed and to try
again. Well I don't have oracle installed locally. I want to instal
[EMAIL PROTECTED] wrote:
>ALL,
>
>
>
>Can someone help out with this error:
>
>
>
>DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication
>protocol error (DBD ERROR: error possibly near <*> indicator at char 23 in
>'selec
cript
4. verify that select * from dual is OK
Mathias
Selon [EMAIL PROTECTED]:
> ALL,
>
>
>
> Can someone help out with this error:
>
>
>
> DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication
> protocol error (DBD ERROR: error possibly near <
your assistance.
Chris HoodÂ
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 01, 2005 8:02 AM
To: Christopher L. Hood
Cc: mysql@lists.mysql.com; beginners@perl.org
Subject: Re: DBD::Oracle issue
Hi,
I'll try even if this is not a neither o
ALL,
Can someone help out with this error:
DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication
protocol error (DBD ERROR: error possibly near <*> indicator at char 23 in
'select table_name from <*>all_tables') [for Statement "select tabl
[EMAIL PROTECTED] wrote:
All,
I am getting the following error while trying to use DBD::Oracle:
DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD
ERROR: OCIStmtExecute) [for Statement "describe ALL_USERS"] at
./oracleTest.pl line 69.
My oracle days were a
All,
I am getting the following error while trying to use DBD::Oracle:
DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD
ERROR: OCIStmtExecute) [for Statement "describe ALL_USERS"] at
./oracleTest.pl line 69.
I have tested the connection manually with sq
Now when I execute make I get the following error:
[EMAIL PROTECTED] DBD-Oracle-1.16]# make
gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -DVERSION
> I'm trying to install DBD:Oracle module (Itanium 64 bits) and when I execute
> make i get the following errors:
> from Oracle.xs:1:
> dbdimp.h:44:17: oci.h: No such file or directory
> dbdimp.h:45:22: oratypes.h: No such file or directory
> dbdimp.h:46:20: ocidfn.h: No such file
I'm trying to install DBD:Oracle module (Itanium 64 bits) and when I execute
make i get the following errors:
[EMAIL PROTECTED] DBD-Oracle-1.16]# make
gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_S
Ok here is the deal, our admin is trying to install DBD::Oracle for me to
access one of our affiliates databases. The oracle "instant basic client"
and "sqlplus" has been installed as well as GetOpt::Long.
The installations all went well except for DBD::Oracle, it fails to
Hi,
How can I get DBD::Oracle to compile and work with Oracle's 64bit
libraries? The solution to the ELF error I received was to change all
references to the 64bit libraries to 32bit. It worked but the developers
would like to use 64bit libraries with DBD::Oracle.
Tnx,
Mike
-
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Jeff Westman) writes:
>To install the DBI and DBD drivers for Oracle,
>I would want to install these in my $HOME directory.
>
>Does anyone know if these require a C/C++ compiler to install
>once I download from CPAN?
Try ActiveState; they a
Hi All ,
To install the DBI and DBD drivers for Oracle, I would want to install these in my
$HOME directory.
Does anyone know if these require a C/C++ compiler to install once I download from
CPAN? The compiler here is HPUX and not gcc compliant.
I'm just asking ahead of time hoping some
Try install Perl 5.6.1 build 635 ActiveState. It's the only perl version
that has the dbd::Oracle module available.
- Original Message -
From: "Olivier Wirz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 01, 2003 1:54 PM
Subject: DBD::Ora
Hello,
I try to install DBI and DBD::Oracle on a Windows XP.
With DBI it works fine this way:
ppm
install DBI
but it doesn't work with DBD::Oracle
install DBD::Oracle
--> Searching for 'DBD::Oracle' returned no results
Is there a way to install it with ppm otherwise ?
Hamish Whittal wrote:
> Hi all,
>
> I have a stored procedure that is defined as follows:
> PROCEDURE Add_ComponentDetails(
> p_ComponentID IN number,
> p_PollingID IN number,
> p_Answer IN varchar2,
> p_ASNNumber IN varchar2)
>
> In my perl code, I exec the following:
> my $plsql_par
ND;
When I submit this in SQLPlus, it works like a bomb, but when submitting
it from the perl code above, it does absolutely nothing. I am at a
complete loss of why this could be. I am running the following:
Oracle9i Enterprise Edition Release 9.2.0.1.0
Perl DBD::Oracle v 1.12
Perl: v5.6.1 built fo
The Oracle database is running on a Windows
machine
> whereas the perl script will be running on a Linux box (RH7.1/2).
>
> I have installed DBI v1.34 from source. Now I am ready to compile the
> DBD-Oracle module. However, the README file suggests that I " ...
> [i]nstall enough Ora
that connects
to an Oracle database. The Oracle database is running on a Windows machine
whereas the perl script will be running on a Linux box (RH7.1/2).
I have installed DBI v1.34 from source. Now I am ready to compile the
DBD-Oracle module. However, the README file suggests that I " .
Hello all,
I've been using DBD::Oracle for quite some time now, but have just
noticed a major problemI can't get the number of rows returned from
a query. Here's my code:
#db2 handle defined here
$sth2 = $dbh2->prepare($select);
$sth2->execute;
It is a refernce to an address_type.
-Original Message-
From: Joe Raube [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 8:57 AM
To: '[EMAIL PROTECTED]'
Subject: Re: DBI and DBD:: Oracle problem
What does your table look like? What is the data type of the 4th
field?
one help please,
>
> =
> #!/usr/bin/perl -w
> #
>
> use DBI; # Load the DBI module
> use DBD::Oracle;
>
> ### Perform the connection using the Oracle driver
> my $dbh = DBI->connect ( 'dbi:Oracle:db01', 'user1', 'user1' )
>
U have this program which connects to an Oracle 8i database but I get the
following error message. Can anyone help please,
=
#!/usr/bin/perl -w
#
use DBI;# Load the DBI module
use DBD::Oracle;
### Perform the connection using the
> -Original Message-
> From: Steve Few [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 24, 2002 10:37 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: DBI, KEYS, DBD::Oracle, KEY Sequence #
>
>
> What is best way to assign a KEY index number
Dear kind neighbors, {sorry for cross posting}
Thanks in the past for your great help. [I'm not a DB programmer, and
I have no help...whine whine..]
|| NT 4,svp 6, ASPerl build 629; DBI, PPM2.1.5, DBD::Oracle
MY Question(s): { please note I did refer to Tim Bunce DBI Book,
Hi,
I am using ActiveState Perl 5.6 on Windows NT 4.0. I want to use package
DBD::Oracle to access the database. I downloaded the required .ppd file. When
installing it I got message that it is not intended for this build of Perl
(MSWin32-x86-multi-thread'.
There is also another t
ry on my machine. Then I can start on the
Oracle DBI and installing it!
Any help much appreciated again.
Thanks,
Eoin
-Original Message-
From: Ken [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 4:08 PM
To: EOIN SHALLOO; [EMAIL PROTECTED]
Subject: Re: Installing and configuring
t;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 2:43 AM
Subject: Installing and configuring DBI and DBD::Oracle
> > Hi,
> >
> > I hope someone can help as I am new at Perl and configuring its setup.
> >
> > Setup: NT Service Pack 5
> &
> Hi,
>
> I hope someone can help as I am new at Perl and configuring its setup.
>
> Setup:NT Service Pack 5
> Oracle iAS 1.0.2.1 (with Apache Apache/1.3.12 Server)
> Oracle 8.1.7 Release3
> Perl 5.00503
>
>
> I have downloaded the
44 matches
Mail list logo