RE: DBD:Oracle for Oracle 9.0.2 and 9.2 ?

2003-03-26 Thread Steve Baldwin
If you're using version 9.2.0.2 of the client, you will *not* be able to connect to Oracle 7.3.x. You will get the following error ... ORA-24439: Connections to Oracle7 server are no longer supported. Nice one Oracle !! P.S. Client 9.2.0.1 seems to work - even though it's not supposed to.

Re: Using perl 5.8.0?

2003-03-26 Thread Lincoln Stein
Oddly enough, installing Perl 5.8 from source on a virgin RedHat 8.0 system fails with this mysterious error: make: *** No rule to make target `built-in', needed by `miniperlmain.o'. Stop. Anyone seen this? Lincoln On Tuesday 18 March 2003 11:41 am, Cosby, Christopher wrote:

Re: Using perl 5.8.0?

2003-03-26 Thread Lincoln Stein
Is this a Perl problem, a make problem, or a RedHat problem? Lincoln On Tuesday 25 March 2003 05:40 pm, Thomas Good wrote: On Tue, 25 Mar 2003, Lincoln Stein wrote: Oddly enough, installing Perl 5.8 from source on a virgin RedHat 8.0 system fails with this mysterious error: make:

MS Access 2002, DBI ODBC and Unicode

2003-03-26 Thread ehlleung
Hi there, Is there a way to use Unicode SQL statement for MS Access 2002 through the DBI ODBC driver? I know Access stores text in Unicode internally and the ActiveState Perl 5.8 supports unicode pretty well. But I cannot make this combination work (I need to insert Chinese, Japanese, Korean

Non-blocking DBD::Oracle connections?

2003-03-26 Thread Peter Scott
I have an Oracle account which is restricted to one simultaneous connection at a time. Attempts to exceed this number result in the later attempts blocking until the first connection is terminated. Is there anything in DBD::Oracle that can check for this so I can say, Sorry, try again later? Or

make test error for DBI-1.35 on AIX 4.3.3

2003-03-26 Thread Jeremy.Richards
Hi, Can anyone help me in determining if the following error during make test can be ignored or how it can be fixed please. I have attached five text files containing output from the build steps and the perl -V command. I apologise if the solution is obvious and I sympathise with you if you see

Re: Problem with Apache::Session and LongReadLen

2003-03-26 Thread Tim Bunce
Smells of memory corruption. Not good. If you can turn that script into a patch to the t/longs.t that demonstrates the problem (just to save me some time), I will attempt to fix it asap. Just send it direct to me along with a summary of your configuration (perl -V output, DBI version, Oracle

Re: DBD::Oracle with Database Links?

2003-03-26 Thread Tim Bunce
Exactly. use strict; and -w are your friends. Tim. On Tue, Mar 25, 2003 at 08:39:41PM -0600, Chris R. Donnelly wrote: Are you using a single-quoted or double-quoted string? Remember that Perl will evaluate arrays in double-quoted strings, so it is likely that is happening... do you not have

Re: DBD:Oracle for Oracle 9.0.2 and 9.2 ?

2003-03-26 Thread Tim Bunce
On Tue, Mar 25, 2003 at 01:12:55PM -0600, Chris R. Donnelly wrote: We are encountering a similar issue at our company, but it seems to be very specific in what it is affecting. Whenever we build DBI/DBD::Oracle against Oracle 9.2 on either Linux or Solaris (32-bit; I did the trick you

Re: Non-blocking DBD::Oracle connections?

2003-03-26 Thread Tim Bunce
On Wed, Mar 26, 2003 at 03:06:24AM -, Peter Scott wrote: I have an Oracle account which is restricted to one simultaneous connection at a time. Attempts to exceed this number result in the later attempts blocking until the first connection is terminated. Is there anything in DBD::Oracle

Re: make test error for DBI-1.35 on AIX 4.3.3

2003-03-26 Thread Tim Bunce
Both problems can be ignored. But do note that perl 5.5.3 will not be supported by the DBI soon. You should upgrade to perl 5.6.1 or later. Tim. On Wed, Mar 26, 2003 at 03:24:49PM +1000, [EMAIL PROTECTED] wrote: Hi, Can anyone help me in determining if the following error during make test

Questions on perl 5.005

2003-03-26 Thread ganesh . ramachandran
Hi, Does anyone know if Oracle 9.2 client is compatible with perl 5.004 and perl 5.005? Where can I find some documentation on this ? Thanks Ganesh R -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named

RE: DBD:Oracle for Oracle 9.0.2 and 9.2 ?

2003-03-26 Thread LBaxter
This definitely looks like an oracle issue. But I am a little confused about your topology. It seems like you are show ORACLE making a DBD-Oracle call. Is that right? Oh I get it, the second arrow in you diagram should be using right? Hmmm... -Original Message- From: Tim Bunce

Re: DBD:Oracle for Oracle 9.0.2 and 9.2 ?

2003-03-26 Thread Tim Bunce
On Wed, Mar 26, 2003 at 10:24:16AM -0500, [EMAIL PROTECTED] wrote: This definitely looks like an oracle issue. But I am a little confused about your topology. It seems like you are show ORACLE making a DBD-Oracle call. Is that right? Oh I get it, the second arrow in you diagram should be

Re: [DBI]DBD::Oracle with Perl ithreads

2003-03-26 Thread Tim Bunce
On Wed, Mar 26, 2003 at 08:07:31AM -0600, Neibarger Scott H wrote: I'm going to have a multi-threaded daemon application on each TEC server that will have all of the logic necessary to perform the appropriate application. Within the TEC rules engine, I will have developed external C shared

Installing DBD

2003-03-26 Thread [EMAIL PROTECTED]
Hello dbi-user, I have a problem when I'm installing DBD module. I have installed the DBI module OK. I read the readme for installing DBD module, and it says: set-up these environment variables: DBI_DSN The dbi data source, e.g. 'dbi:ODBC:YOUR_DSN_HERE' DBI_USER The username to use to

Re Installing DBD

2003-03-26 Thread [EMAIL PROTECTED]
I'm using Windows Nt 4.0, DBD-ODBC-1.05 y Dbi-1.34, my database is SQL Server 7.0 --- Mensaje Original -- De: Fernando Luna [EMAIL PROTECTED] Para: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc:

RE: Re Installing DBD

2003-03-26 Thread Fernando Luna
On Windows NT you can set the environment variables by right-clicking on the icon labelled My Computer, select the Advanced tab and then click on the button labelled Environment Variables. You should create these as System variables rather than user variables, I would think. If you need

DBD-ODBC Strange Behavior?

2003-03-26 Thread Adam Peterson
hello, i'm running my script on a win2000 box called eggpayorteam. i have established a ODBC system DSN name of eggpayorteam and have set the default database to eggsupp. when i run my queries below i get errors, noted further below. when i remove use eggsupp it runs fine. is this strange

Re: DBD-ODBC Strange Behavior?

2003-03-26 Thread E. Scott Stricker
Getting the same thing with the newer versions of DBD-ODBC. The generic behavior is that the software no longer seems to support batches. We've had the same problem with any sql statement containing multiple sql commands (in this case USE is the first and SELECT is the second). Used to work

ANNOUNCE DBD::Pg 1.22

2003-03-26 Thread David Wheeler
We have just released DBD-pg 1.22. Here are the changes: 1.22 Wed Mar 26 22:33:44 EST 2003 - Win32 compile fix for snprintf [Joe Spears] - Fix memory allocation problem in bytea escaping [Barrie Slaymaker] - Add utf8 support [Dominic Mitchell [EMAIL PROTECTED]]

Connection errors - how to debug?

2003-03-26 Thread Eric Frazier
Hi, We have been stuck with a CGI script that is tracking clickthrus, and my first impulse to deal with this problem is to just use mod_perl and a persistent connection with Apache::DBI, but we don't have that choice right now. What is happening is the script, which has to connect to a remote

Re: Connection errors - how to debug?

2003-03-26 Thread Eric Frazier
Hi, I have been reading the DBI man page. Please excuse my stupidity in my comments about lack of documentation. I have not solved my problem yet, and could still use some help. But I see I have a lot to learn. I didn't even know you could fetchall_*HASH*ref. Thanks, Eric At 08:42 PM 3/26/03

Re: Connection errors - how to debug?

2003-03-26 Thread Rudy Lippan
On Wed, 26 Mar 2003, Eric Frazier wrote: We have been stuck with a CGI script that is tracking clickthrus, and my first impulse to deal with this problem is to just use mod_perl and a persistent connection with Apache::DBI, but we don't have that choice right now. What is happening is the