Problem: Error using DBD-Oracle-1.16 in CGI script solved

2004-11-08 Thread zant0016
The error has been solved by letting Apache know where to find the Oracle software (SetEnv ORACLE_HOME + LD_LIBRARY_PATH). I had completely forgotten about that. Sorry to have bothered you. Ronald van der Zant

Re: DBD::Informix vs dbaccess

2004-11-08 Thread Tielman de Villiers
On Fri, 2004-11-05 at 15:49 -0800, Jonathan Leffler wrote: On Thu, 04 Nov 2004 17:01:22 +, Tielman de Villiers [EMAIL PROTECTED] wrote: We have a situation where dbaccess connects fine to a remote database server, but a script using DBD::Informix does not. Snooping the ethernet port

DBD::DB2, Apache and mod_perl

2004-11-08 Thread Miroslav Lauš
Hi all! I'm using DBD::DB2 to access remote DB2 database on an AS400 machine. I've managed it to work from command line. But when trying to connect to remote database from a mod_perl application the $DBI::errstr is set to this: [iODBC][Driver Manager]Data source name not found and no default

FW: CPAN Upload: J/JU/JURL/DBD-ODBC-1.13.tar.gz

2004-11-08 Thread Jeff Urlwin
New version of DBD::ODBC coming to a CPAN site near you. Fix inconsistency/bug with odbc_exec_direct vs. odbc_execdirect settings. Now made consistent with odbc_exec_direct. For now, will still look for odbc_execdirect in prepare, but not as DBH attribute as a backup (which is what it was

(Fwd) perl future

2004-11-08 Thread Tim Bunce
- Forwarded message from Oscar Gomez [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] From: Oscar Gomez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: perl future Date: Mon, 8 Nov 2004 13:14:48 -0500 all the applications of my company work with apache Perl oracle,I want to know as

RE: (Fwd) perl future

2004-11-08 Thread Jay Hannah
FWIW, My company turns about $480M annually. We continue to (aggressively) expand our use of Apache / Perl / DBI. j --- From: Oscar Gomez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: perl future Date: Mon, 8 Nov 2004 13:14:48 -0500 all the applications of my company work with

Re: (Fwd) perl future

2004-11-08 Thread Ron Savage
Hi Oscar On Mon, 8 Nov 2004 20:34:01 +, Tim Bunce wrote:  - Forwarded message from Oscar Gomez [EMAIL PROTECTED] -  Delivered-To: [EMAIL PROTECTED]  From: Oscar Gomez [EMAIL PROTECTED]  To: [EMAIL PROTECTED]  Subject: perl future  Date: Mon, 8 Nov 2004 13:14:48 -0500  all the

Re: (Fwd) perl future

2004-11-08 Thread JupiterHost.Net
all the applications of my company work with apache Perl oracle,I want to know as it is the future of the Perl in the world and if we go by the correct way, because the directors of the company think that no. as it is its use in the world. I can't speak for others but look at the history and

Re: DBD::DB2, Apache and mod_perl

2004-11-08 Thread Dan Scott
On Mon, 8 Nov 2004 15:17:34 +0100, Miroslav Lau [EMAIL PROTECTED] wrote: Hi all! I'm using DBD::DB2 to access remote DB2 database on an AS400 machine. I've managed it to work from command line. But when trying to connect to remote database from a mod_perl application the $DBI::errstr is

Re: (Fwd) perl future

2004-11-08 Thread Jeffrey . Seger
I would echo that sentiment, except that we do use it with Oracle and are extremely happy with the combination. Many of the Director level types here were sceptical about using perl and linux and other open source tools, but as they outshine other tools, they've slowly been coming around.

Re: (Fwd) perl future

2004-11-08 Thread Oscar Gomez
all the applications of my company work with apache Perl oracle,I want to know as it is the future of the Perl in the world and if we go by the correct way, because the directors of the company think that no. as it is its use in the world. Thanks

Time Zone

2004-11-08 Thread c.w.huling
My DBA is having a fit because every connection from DBI/DBD Oracle is issuing a ALTER SESSION SET TIME_ZONE='-04:00'; . She sees this as unneccessary and a waste of resource. Is this really neccessary, and is there a way to no do it? -- C Wayne Huling [EMAIL PROTECTED]

Re: (Fwd) perl future

2004-11-08 Thread JupiterHost.Net
Oscar Gomez wrote: all the applications of my company work with apache Perl oracle,I want to know as it is the future of the Perl in the world and if we Those will be developed , supported, and industry standard mission critical safe. go by the correct way, because the directors of the

Re: free unreferenced scalar error

2004-11-08 Thread Marc M. Adkins
Very. Can you trim your test script down further? Then try other drivers? (To isolate if it's a DBI or DBD::ODBC issue.) The test script is as trim as it gets. What I've posted is as simple as I could make it. I'm sure there's more room for making it smaller, but the first priority

Re: Time Zone

2004-11-08 Thread Jonathan Leffler
On Mon, 8 Nov 2004 16:05:41 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My DBA is having a fit because every connection from DBI/DBD Oracle is issuing a ALTER SESSION SET TIME_ZONE='-04:00'; . She sees this as unneccessary and a waste of resource. Is this really neccessary, and is

Re: DBD::DB2, Apache and mod_perl

2004-11-08 Thread Miroslav Lauš
As you can see, I'm not setting them, I'm printing them out. They are set in the httpd.conf via the SetEnv directive and they are kept correctly in the mod_perl environment. Miroslav On 08. Nov v 19:06, Dan Scott wrote: On Mon, 8 Nov 2004 15:17:34 +0100, Miroslav Lau [EMAIL PROTECTED] wrote: