in reply to Re: Perl/CGI/Oracle hangs when connecting
in thread Perl/CGI/Oracle hangs when connecting

I'm not sure...the script is trying to login with the built-in account, or with my own account (i.e., what I'd give SQL*Plus). What other permissions does it need? Matt
  • Comment on Re: Re: Perl/CGI/Oracle hangs when connecting

Replies are listed 'Best First'.
Re: Re: Re: Perl/CGI/Oracle hangs when connecting
by iguanodon (Priest) on Feb 21, 2004 at 01:59 UTC
    I mean the Unix file system permissions on /oracle might not allow the web server user to read necessary files. When you run it from the command line it probably works because you can read those files but the web server is most likely running as another user who might not have read access.