RE: DBD error

2020-07-21 Thread Kevin Moore
Hi Bala, I’d show this to my sys admin, looks like there are missing libraries on your system. Cheers From: Bala GANESH Sent: Tuesday, July 21, 2020 3:18 AM To: Kevin Moore Cc: Christopher Jones ; dbi-users@perl.org Subject: Re: DBD error HI Kevin, While DB:Oracle

Re: DBD error

2020-07-20 Thread John D Groenveld
In message , Bala GANESH writes: >ld: 0711-736 ERROR: Input file /oracle/product/19.7/lib/libclntsh.so: >XCOFF64 object files are not allowed in 32-bit mode. $ file `which perl` $ file /oracle/product/19.7/lib/libclntsh.so John groenv...@acm.org

Re: DBD error

2020-07-20 Thread Martin J. Evans
On 17/07/2020 13:02, Bala GANESH wrote:         LD_RUN_PATH="/oracle/product/19.7/lib:/oracle/product/19.7/rdbms/lib" ld  -bhalt:4 -G -bI:/usr/opt/perl5/lib/5.28.1/aix-thread-multi/CORE/perl.exp  -bnoentry -lpthreads -lc -lm -bE:Oracle.exp Oracle.o  dbdimp.o  oci8.o  -o

Re: DBD error

2020-07-19 Thread Christopher Jones
On 17/7/20 10:02 pm, Bala GANESH wrote: Hi Support, "Support" ? :) I am receiving following error while installing DBD Perl module on IBM AIX 7.1 .Please help me to solve this.. bash-3.2# perl Makefile.PL

DBD error

2020-07-19 Thread Bala GANESH
Hi Support, I am receiving following error while installing DBD Perl module on IBM AIX 7.1 .Please help me to solve this.. bash-3.2# perl Makefile.PL * ld:

DBD error

2013-05-23 Thread Anoop Kumar Paramesweran
Hi Support, I am receiving following error while installing DBD Perl module on IBM AIX 7.1 .Please help me to solve this.. bash-3.2# perl Makefile.PL Using DBI 1.625 (for perl 5.010001 on aix-thread-multi) installed in

RE: DBD error

2013-05-23 Thread Anoop Kumar Paramesweran
@01CE57DA.91D73410] [cid:image002.gif@01CE57DA.91D73410] From: Anoop Kumar Paramesweran Sent: Thursday, May 23, 2013 4:25 PM To: 'dbi-users@perl.org' Subject: DBD error Hi Support, I am receiving following error while installing DBD Perl module on IBM AIX 7.1 .Please help me

DBD ERROR: LOB refetch attempted for unsupported statement type

2011-09-03 Thread Shobha Deepthi V (sobv)
Hi, I am calling a stored procedure that returns ref cursor from perl. But it fails with the following error, DBD::Oracle::st execute failed: ( DBD ERROR: LOB refetch attempted for unsupported statement type ) I searched for this error, and all the results show how to read a CLOB

Re: DBD ERROR: LOB refetch attempted for unsupported statement type

2011-09-03 Thread Martin J. Evans
On 03/09/2011 07:50, Shobha Deepthi V (sobv) wrote: Hi, I am calling a stored procedure that returns ref cursor from perl. But it fails with the following error, DBD::Oracle::st execute failed: ( DBD ERROR: LOB refetch attempted for unsupported statement type ) I searched

Re: DB2-DBD error messages

2011-03-18 Thread Jonathan Leffler
On Thu, Mar 17, 2011 at 04:03, computacenter.geisselbre...@daimler.comwrote: do anyone has experience with such messages when i try to install DB2-DBD driver ? It happens after perl Makefile.PL command was executed. zwtxbt05@videv263perl Makefile.PL Usage: Cwd::fastcwd() at

Re: DB2-DBD error messages

2011-03-18 Thread Peter J. Holzer
On 2011-03-17 23:47:13 -0700, Jonathan Leffler wrote: On Thu, Mar 17, 2011 at 04:03, computacenter.geisselbre...@daimler.comwrote: do anyone has experience with such messages when i try to install DB2-DBD driver ? It happens after perl Makefile.PL command was executed.

RE: DB2-DBD error messages

2011-03-18 Thread Furst, Carl
AM To: dbi-users@perl.org Subject: Re: DB2-DBD error messages On 2011-03-17 23:47:13 -0700, Jonathan Leffler wrote: On Thu, Mar 17, 2011 at 04:03, computacenter.geisselbre...@daimler.comwrote: do anyone has experience with such messages when i try to install DB2-DBD driver ? It happens

DB2-DBD error messages

2011-03-17 Thread computacenter . geisselbrecht
Dear Sir's, do anyone has experience with such messages when i try to install DB2-DBD driver ? It happens after perl Makefile.PL command was executed. zwtxbt05@videv263perl Makefile.PL Usage: Cwd::fastcwd() at /usr/opt/perl5/lib/5.8.8/aix-thread-multi/DynaLoader.pm line 253. BEGIN

Installing DBD error

2008-09-06 Thread Smith, Carlotta
I am trying to install Perl DBD:mysql and am receiving the following error during make... make: Fatal error: Command failed for target `dbdimp.o' Please help! Carlotta ** HTC Disclaimer: The information

RE: Installing DBD error

2008-09-06 Thread Martin Gainty
attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: Installing DBD

DBI connect('host=myHost;SID=sid1','myUser',...) failed: (DBD ERROR: OCIEnvInit)

2008-06-17 Thread Nishi
Service Pack 2 Build 2600. C:\Nishi\Perlperl tst.pl DBI connect('host=myHost;SID=sid1','myUser',...) failed: (DBD ERROR: OCIEnvInit) at tst.pl line 20 (DBD ERROR: OCIEnvInit) at tst.pl line 20. C:\Nishi\Perlecho %PATH% C:\Nishi\instantclient_10_2;/usr/bin; C:\Nishi\Perlecho %ORACLE_HOME% C:\Nishi

RE: ORA-12154 (DBD ERROR: OCIServerAttach)

2005-09-07 Thread Jeff Urlwin
anywhere else, I get this error: ORA-12154: TNS:could not resolve the connect identifier specified (DBD ERROR: OCIServerAttach) Note that printf(%s\n, $ENV{'ORACLE_HOME'}); displays c:\orant (as expected). Help! And Thanks! - C Seelig

Re: ORA-12154 (DBD ERROR: OCIServerAttach)

2005-09-07 Thread Charles Seelig
the script is run from \orant\net80\admin. When the script is run from anywhere else, I get this error: ORA-12154: TNS:could not resolve the connect identifier specified (DBD ERROR: OCIServerAttach) Note that printf(%s\n, $ENV{'ORACLE_HOME'}); displays c:\orant (as expected). Help

Re: ORA-12154 (DBD ERROR: OCIServerAttach)

2005-09-07 Thread Jay Strauss
Charles Seelig wrote: - TNS_ADMIN is not set in either the registry or environment. - Not run by web server; only from the command line. CS ora-12154 (tns-12154) means it can't find the service name you requested. So that means: 1) the service name you requested doesn't exist in your

ORA-12154 (DBD ERROR: OCIServerAttach)

2005-09-05 Thread Charles Seelig
is run from \orant\net80\admin. When the script is run from anywhere else, I get this error: ORA-12154: TNS:could not resolve the connect identifier specified (DBD ERROR: OCIServerAttach) Note that printf(%s\n, $ENV{'ORACLE_HOME'}); displays c:\orant (as expected). Help! And Thanks! - C

DBD Error on test

2004-06-28 Thread MCMULLIN, NANCY
Still attempting to load DBD::Oracle (HPUX 11i , Perl 5.8) I got it past make by substituting all +s and +n's with -W1 and -Wl . Now test is failing with the error (s) : Exec format error at /opt/perl/lib/5.8.0/PA-RISC1.1-thread-multi/DynaLoader.pm line 229. at (eval 1) line 3 Perhaps a

RE: DBD Error on test

2004-06-28 Thread Reidy, Ron
, June 28, 2004 8:07 AM To: [EMAIL PROTECTED] Org (E-mail) Subject: DBD Error on test Still attempting to load DBD::Oracle (HPUX 11i , Perl 5.8) I got it past make by substituting all +s and +n's with -W1 and -Wl . Now test is failing with the error (s) : Exec format error at /opt/perl/lib

RE: DBD Error on test

2004-06-28 Thread Hardy Merrill
[mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 8:07 AM To: [EMAIL PROTECTED] Org (E-mail) Subject: DBD Error on test Still attempting to load DBD::Oracle (HPUX 11i , Perl 5.8) I got it past make by substituting all +s and +n's with -W1 and -Wl . Now test is failing with the error (s

RE: DBD Error on test

2004-06-28 Thread MCMULLIN, NANCY
: RE: DBD Error on test Did you: 1. Read the README files? 2. Ensure your Oracle environment is specified correctly (LD_LIBRARY_PATH or it's HP-UX equivalent, etc.)? - Ron Reidy Senior DBA Array BioPharma, Inc. -Original Message- From: MCMULLIN, NANCY [mailto:[EMAIL

Suppressing DBD Error messages

2004-01-30 Thread gohaku
Hi everyone, I'm sorry if this question has been asked before but I would like to know of a way to suppress error messages like: 'DBD::mysql::st execute failed: Duplicate entry at line 40' I have tried the following: $res = $insert-execute() or die Not Inserted\n; and... $dbh-{RaiseError}

Re: Suppressing DBD Error messages

2004-01-30 Thread Tim Bunce
On Tue, Jan 27, 2004 at 08:38:14PM -0500, gohaku wrote: Hi everyone, I'm sorry if this question has been asked before but I would like to know of a way to suppress error messages like: 'DBD::mysql::st execute failed: Duplicate entry at line 40' I have tried the following: $res =

Re: Suppressing DBD Error messages

2004-01-30 Thread Michal Kurowski
gohaku [EMAIL PROTECTED] wrote: Hi everyone, I'm sorry if this question has been asked before but I would like to know of a way to suppress error messages like: 'DBD::mysql::st execute failed: Duplicate entry at line 40' I have tried the following: $res = $insert-execute() or die

RE: Suppressing DBD Error messages

2004-01-30 Thread Jeff Holt
] Sent: Tuesday, January 27, 2004 19:38 To: [EMAIL PROTECTED] Subject: Suppressing DBD Error messages Hi everyone, I'm sorry if this question has been asked before but I would like to know of a way to suppress error messages like: 'DBD::mysql::st execute failed: Duplicate entry at line 40' I

Re: Suppressing DBD Error messages

2004-01-30 Thread gohaku
On Jan 30, 2004, at 8:25 AM, Tim Bunce wrote: On Tue, Jan 27, 2004 at 08:38:14PM -0500, gohaku wrote: Hi everyone, I'm sorry if this question has been asked before but I would like to know of a way to suppress error messages like: 'DBD::mysql::st execute failed: Duplicate entry at line 40' I

Strange Update SQL problem - DBD ERROR: OCIStmtExecute

2003-08-25 Thread Sharma, Amit
the program by pressing CTRL+C, am getting the following error: ORA-01013: user requested cancel of current operation (DBD ERROR: OCIStmtExecute) Could anybody help me with this issue am facing. Here is main code section pasted below. my $dbHandle = DBI-connect( 'dbi:Oracle

RE: Strange Update SQL problem - DBD ERROR: OCIStmtExecute

2003-08-25 Thread Fox, Michael
have AutoCommit off, don't forget to commit before you disconnect Michael Fox -Original Message- From: Sharma, Amit [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 August 2003 12:18 AM To: [EMAIL PROTECTED] Subject: Strange Update SQL problem - DBD ERROR: OCIStmtExecute Hi Again

dbd error

2003-08-14 Thread NONO NONO
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

Re: DBD::Oracle and unicode-NCLOBs leads to ORA-24806: LOB form mismatch (DBD ERROR: OCILobRead)

2003-08-04 Thread Tim Bunce
1.14 | $VAR1 = ''; | $VAR1 = ''; | DBD::Oracle::st fetchrow_array failed: ORA-24806: LOB form mismatch (DBD ERROR: OCILobRead) [for statement ``select memo from unicode_test'' with params: ]) at nclobtest.pl line 77. | DBD::Oracle::st fetchrow_array failed: ORA-24806: LOB form mismatch

Re: DBD::Oracle and unicode-NCLOBs leads to ORA-24806: LOB form mismatch (DBD ERROR: OCILobRead)

2003-08-04 Thread Wolfgang Weisselberg
At 2003-08-04 12:30:30 (+0100), Tim Bunce wrote: [NCLOBS with N == Unicode fail] I hope this will be addressed in the next release. Good! Current workaround: trying to use a Unicode-DB and no N$whatever. I must correct myself, btw., NVarChar2 does not behave for lengths close to the max

DBD::Oracle and unicode-NCLOBs leads to ORA-24806: LOB form mismatch (DBD ERROR: OCILobRead)

2003-07-21 Thread Wolfgang Weisselberg
(); | | while ( my ($memo) = $sth-fetchrow_array() ) { | print Dumper $memo; | } | exit; The output: | DBI: 1.37 | DBD::Oracle 1.14 | $VAR1 = ''; | $VAR1 = ''; | DBD::Oracle::st fetchrow_array failed: ORA-24806: LOB form mismatch (DBD ERROR: OCILobRead) [for statement ``select memo from

ORA-12638 DBI-connect(nirvana) failed: ORA-12638: Credential retrieval failed (DBD ERROR: OCIServerAttach)

2002-05-04 Thread Oklak, Mark A
ORA-12638 DBI-connect(nirvana) failed: ORA-12638: Credential retrieval failed (DBD ERROR: OCIServerAttach) Can anyone help me with the above error message? (Environment describe below.) I am trying to run this Perl script.MAOtestORA.pl At this point I'm just trying to get the connect

(DBD ERROR: LOB refetch attempted for unsupported statement type)

2002-04-11 Thread Mathew Varghese
(DBD ERROR: LOB refetch attempted for unsupported statement type) This is the error i am getting while i try to insert BLOB into Oracle 8 from Perl5V6 through OSP. Even though i am getting this error, OSP is inserting a row into Oracle except for the BLOB field. I also tried inserting

RE: (DBD ERROR: LOB refetch attempted for unsupported statement t ype)

2002-04-11 Thread Mathew Varghese
$module_name due to the following error: . $DB I::errs push(@ret_results, 0); } return(@ret_results); } From: Sterin, Ilya [EMAIL PROTECTED] To: 'Mathew Varghese ' [EMAIL PROTECTED], '[EMAIL PROTECTED] ' [EMAIL PROTECTED] Subject: RE: (DBD ERROR: LOB refetch attempted for unsupported

ReL DBD-ERROR: OCIServerAttach - ORA-12514

2001-12-31 Thread John Menke
on the local computer it gives the RE: DBD-ERROR: OCIServerAttach - ORA-12514. Not sure what the difference is. Here is the code: %attr = ( PrintError = 1, RaiseError = 1 ); eval { $dbh = DBI-connect (dbi:Oracle:$datasourcename, user, password, \%attr); }; Hi John Can you

Re: ReL DBD-ERROR: OCIServerAttach - ORA-12514

2001-12-31 Thread Tim Bunce
. If I trigger running the script with the PsExec it works fine. When I run from the command line on the local computer it gives the RE: DBD-ERROR: OCIServerAttach - ORA-12514. Not sure what the difference is. Here is the code: %attr = ( PrintError = 1, RaiseError = 1

RE: ReL DBD-ERROR: OCIServerAttach - ORA-12514

2001-12-31 Thread John Menke
Environment Variables? which ones? -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 9:13 AM To: John Menke Cc: Dbi-Users (E-mail) Subject: Re: ReL DBD-ERROR: OCIServerAttach - ORA-12514 Perhaps environment variables. Tim

RE: ReL DBD-ERROR: OCIServerAttach - ORA-12514

2001-12-31 Thread Fannin, David P.
: Monday, December 31, 2001 8:48 AM To: Tim Bunce; Dbi-Users (E-mail) Subject: RE: ReL DBD-ERROR: OCIServerAttach - ORA-12514 Environment Variables? which ones? -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 9:13 AM To: John Menke Cc: Dbi

DBD-ERROR: OCIServerAttach - ORA-12514

2001-12-28 Thread John Menke
I'm getting the following error while trying to connect to the Oracle database: Error Connecting To Oracle Instance DBI-connect(mydatabase.mysite.com) failed: ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor (DBD ERROR: OCIServerAttach) What is strange

Re: Informix DBD Error

2001-10-08 Thread John Saylor
Hi - Original Message - From: Rajeev Nalluri [EMAIL PROTECTED] Sent: Monday, October 08, 2001 12:18 I think I may need to either re-install DBD or re-compile DBD with the new Informix PATH. Or you need someone to put those files in the same place[s] the first ones were. Can you

DBD error

2001-05-17 Thread Theja Rajakumar
I've been getting this error while connecting to an Oracle database thro' DBI. and don't know what's happening. Can anybody help? ORA-12500: TNS:listener failed to start a dedicated server process (DBD ERROR: OCIServerAttach) at DbUtils.pm line 104. Thanks.

Re: DBD error

2001-05-17 Thread M.W. Koskamp
- Original Message - From: Theja Rajakumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 10:34 PM Subject: DBD error I've been getting this error while connecting to an Oracle database thro' DBI. and don't know what's happening. Can anybody help? ORA-12500