DBD::Oracle 1.25 and DRCP

2010-09-22 Thread Cliff Martin
have the same problem with Python, but PHP works great. With PHP I can set the connection class and the NUM_HITS goes up appropriately. Using Perl 5.10, DBI 1.614, DBD::Oracle 1.25 and Oracle 11.1 on an HP- UX 11v3 Itanium system. Cliff

Re: DBD::Oracle 1.25 and DRCP

2010-09-22 Thread Cliff Martin
DRCP work with Oracle 11.1? Our production server is running 11.1, and our test machine is 11.2. I have built DBI / DBD::Oracle on the test side using an 11.1 client. I was going to try using an 11.2 client this morning to see if that's the problem. Cliff

Re: Touble With Dates

2006-05-25 Thread Cliff Nadler
); } -- -- Cliff NadlerCollective Technologies, LLC [EMAIL PROTECTED](512)-263-5500 -- To win, you must treat a pressure situation as an opportunity to succeed

RE: Introduction

2005-11-10 Thread Cliff Nadler
Script done on Thu 10 Nov 2005 03:09:55 PM PST -- -- Cliff NadlerCollective Technologies, LLC [EMAIL PROTECTED](512)-263-5500 -- To win

Re: Perl-Oracle DBI module

2005-09-21 Thread Cliff Nadler
oerr ora 24322 24322, 0, unable to delete an initialized mutex // *Cause: An attempt to delete an initialized mutex failed. // *Action: Contact customer support. On Wed, 2005-09-21 at 10:18 +0100, Tim Bunce wrote: On Tue, Sep 20, 2005 at 07:18:25PM -0700, Mitchell, Louise M wrote: Oracle

Re: Perl-Oracle DBI module

2005-09-21 Thread Cliff Nadler
wrote: On Wed, Sep 21, 2005 at 06:00:48AM -0500, Cliff Nadler wrote: oerr ora 24322 24322, 0, unable to delete an initialized mutex // *Cause: An attempt to delete an initialized mutex failed. // *Action: Contact customer support. Umm. Even if that's actually what OCIInitialize

Re: First install of Oracle DBD module missing files

2003-06-06 Thread Cliff Nadler
-- -- Cliff NadlerCollective Technologies, LLC [EMAIL PROTECTED] (512)-263-5500 -- To win, you must treat a pressure situation as an opportunity to succeed

RE: Perl DBI-connect

2002-02-08 Thread Cliff Nadler
; -- -- Cliff NadlerCollective Technologies, Inc. [EMAIL PROTECTED](512)-263-5500 -- To win, you must treat a pressure situation as an opportunity to succeed, not an opportunity to fail

Re: Perl DBI-connect

2002-02-08 Thread Cliff Nadler
True, it should be chomp $line; my @login=split(/:/,$line); On Fri, 8 Feb 2002, Douglas Wilson wrote: From: Cliff Nadler [EMAIL PROTECTED] my @login=split(/:/,chomp($line)); This does not do what you think it does. 'chomp' returns the number of characters removed. Check the docs

Re: DBD-Oracle-1.12 encryption

2001-11-13 Thread Cliff Nadler
help you more in some ways, sometime. There's always technet.oracle.com Those are parameters in your client's sqlnet.ora in the $ORACLE_HOME/network/admin directory. -- -- Cliff NadlerCollective Technologies, Inc

How to get data type info for a column?

2001-10-04 Thread Cliff
Hey there, I am looking for a way to get the data_type info for each column for several tables. Ie I wish to loop over several tables and build a profile of the column type per table. Anyone got any advice please? Cheers :) Cliff.

RE: How to get data type info for a column?

2001-10-04 Thread Cliff
Thanks to everyone for thier speedly replies :)) I got some stuff working now :) Cliff.

Re: DBD::Oracle with Oracle client on Redhat Linux 7.1

2001-09-27 Thread Cliff Nadler
certified for SuSE last time I looked (although the requirements (Kernel 2.4.x and glibc 2.2) are met by RH 7.1, too, so it would probably work). hp -- -- Cliff NadlerCollective Technologies, Inc. [EMAIL

Re: [Re: (Fwd) Just direct me where to go]

2001-07-04 Thread Cliff Nadler
allot information about this and if this related to my objective. -- -- Cliff NadlerCollective Technologies, Inc. [EMAIL PROTECTED](512)-263-5500

Error returned from dbi

2001-06-01 Thread Cliff
Hey there, Has anyone seen this error before? I am trying to track it down and fix it, but I am still quite new to all this. Any advice welcome. Thanks :) CLiff. Error returned:- $h-rows count is incomplete before all rows fetched.

RE: uninitialized value in concatenation?

2001-04-18 Thread Cliff
Hi there, Aye, if you get an uninit concat error that means that a variable you are using is not defined. Just print each of the variables seperately to check which one is not defined. Cliff. -Original Message- From: Ian Macdonald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18

ODBC and blobs

2001-04-18 Thread Cliff
Hey there, Just wondering, has anyone any experience with blobs in ODBC? I am having a little trouble creating a table via perl and import exporting blobs. If anyone has info or a reference to a site with any info I would be most gratefull. Thanks in Advance. Cliff.

dbd and odbc...blobs

2001-04-17 Thread Cliff
Hey there, I am new at this here, I was just wondering did anyone have any pointers on what to look for or how best to implement Blobs using ODBC...this is how I currently use it with Pg...but I need to port this to ODBC... any help pointers would be appriciated! Cliff. Pg Blob Export