ANNOUNCE: SQL-Routine 0.63

2005-06-01 Thread Darren Duncan
2005-06-01 Darren Duncan <[EMAIL PROTECTED]> -- Version 0.63 of SQL::Routine (SRT), a fully atomic and portable abstract syntax tree to define any database tasks, has been uploaded to CPAN; it should appear on your favorite mirror within the nex

RE: Question about DBI

2005-06-01 Thread Yon K. Lew
I'm sure someone will correct me if I'm wrong, but I don't think DBI supports encrypted connections to Oracle via Oracle Advanced Security. -Original Message- From: Puneet [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 3:32 PM To: dbi-users@perl.org Subject: Question about DBI

RE: Question about DBI

2005-06-01 Thread Reidy, Ron
First, this clearly is not a DBI issue, but a setup/options issue wit Oracle. AFAIK, encryption is an extra cost option for Advanced Security. If you want/need encryption and can't/won't pony up the magna to Oracle for this, use SSH tunneling (Google is your friend here: http://www.google

Question about DBI

2005-06-01 Thread Puneet
Hi Tim, I am getting an error ora-12660 while trying to connect to the database using DBI/DBD. I am using the command "dbi:Oracle:host=xyz;sid=abc" in order to connect to database abc. This error indicates that there is some encryption problem . I have tried to disable the encryption from m

Re: Trying to install DBI module for perl5.8.0 on sun solaris8 E10k

2005-06-01 Thread Marc Slagle
Your perl was compiled with the solaris compilers by sun with the -KPIC option. This is not recognized by gcc. Since when you compile DBI it tries to use the same flags as what perl -V reports, the compile exlpodes. If you compile and install your own perl first using gcc you should have no

DSN's

2005-06-01 Thread Smith, Sharon Michelle (OSLO)
Hi, I'm trying to debug an install for my DBD::ODBC module, and since this is my first experiment with the DBI, I have a question on format/syntax. But first, here's some background info that may/not help: Environment is Linux I've already installed/tested Perl5, DBI, unixODBC (manager) Now, I'

Re: Trying to install DBI module for perl5.8.0 on sun solaris8 E10k

2005-06-01 Thread Jonathan Leffler
On 5/31/05, Evans, Drexter B (Drex) <[EMAIL PROTECTED]> wrote: > > I am using gcc for my c-compiler. Any help would be appreciated. The > output of perl –V and perl Makefile.PL and make are below. If you need > anymore information just email me. The output is also in the text file > attached.

Re: problem with DBD::Oracle

2005-06-01 Thread Michael A Chase
On 06/01/2005 04:33 AM, Malka Cymbalista said: Thanks to everyone who tried to help. In the end I solved the problem by searching on google and finding the answer. The problem is specific to mod_perl2 which is what we are running. I'm not sure I really understood the explanation but it has to

RE: problem with DBD::Oracle

2005-06-01 Thread Malka Cymbalista
Thanks to everyone who tried to help. In the end I solved the problem by searching on google and finding the answer. The problem is specific to mod_perl2 which is what we are running. I'm not sure I really understood the explanation but it has to do with the fact that you can't set environment va

Trying to install DBI module for perl5.8.0 on sun solaris8 E10k

2005-06-01 Thread Evans, Drexter B (Drex)
I am using gcc for my c-compiler.   Any help would be appreciated.   The output of perl –V and perl Makefile.PL and make are below.  If you need anymore information just email me.   The output is also in the text file attached.  The DBI version is 1.48.  My cc compiler is linked to /usr/loc