Re: ORA-12154: TNS:could not resolve service name with DBI under Apache

2000-03-29 Thread David S . Kenzik
{ AutoCommit = 0, RaiseError = 0, PrintError = 1 } ) or die $DBI::errstr; $dbh-disconnect; Thanks in advance Jerome -- David S. Kenzik [EMAIL PROTECTED] - http://kenzik.com

Re: ORA-12154: TNS:could not resolve service name with DBI under Apache

2000-03-29 Thread David S . Kenzik
My mistake, Jerome. PerlSetVar != PerlSetEnv I read that as PerlSetVar. Sorry to confuse the issue. I hope it's a simple permissions problem. Good luck! David S . Kenzik said... Jerome MOUREAUX said... David, The ORACLE_HOME is set in the httpd.conf with a PerlSetEnv

Re: ORA-12154: TNS:could not resolve service name with DBI under Apache

2000-03-29 Thread David S . Kenzik
a 'typical' connect string with other DB's. I'm hoping that something in your current environment is set allowing that format to work, when in actuality it's the improper way. Let's see if this works. If not, I'm out of ideas. :-( Good luck! -d. David S . Kenzik said... My mistake, Jerome