RE: Cannot connect to Oracle db; script will not run

2012-08-01 Thread John Scoles
have a look at http://search.cpan.org/~pythian/DBD-Oracle-1.46/lib/DBD/Oracle/Troubleshooting.pm it should answer most of your questions > From: james.war...@acxiom.com > To: beginners@perl.org; dbi-us...@perl.org > CC: newbie01.p...@gmail.com; rob.di..

Re: Some DBI question -

2010-05-31 Thread John Scoles
an.com/news/wp-content/uploads/introduction-dbd-oracle.html Also, is there anyway to sort of "hide" the password somehow when using Perl > DBI? > > Yes you can use Oracle Wallet or server authentication cheers John Scoles > Any advise or feedback will be very much appreciated.

Re: How to set LD_LIBRARY_PATH

2010-05-28 Thread John Scoles
You will have to set those values before your modules load. So you should stick them in the BEGIN and that should work http://www.compuspec.net/reference/language/perl/BEGIN_and_END.shtml cheers John Scoles On Fri, May 28, 2010 at 3:45 AM, newbie01 perl wrote: > Hi all, > > Can someo

Re: Help on using << on *nix and Windows

2010-04-20 Thread John Scoles
Without DBI you are very limited in what you can do. You might want to take a time machine back and give Oraperl a go http://search.cpan.org/~pythian/DBD-Oracle-1.24a/Oraperl.pm Old and unmaintained but at least I think you can run it without dbi cheers John Hi all, I need to convert a lot