Re: Problems with dbi:Oracle

2013-01-25 Thread Martin J. Evans
On 24/01/13 19:03, Bruce Johnson wrote: On Jan 21, 2013, at 3:08 PM, Alexander Foken wrote: You seem to run from a CGI environment. Look at the http server error log for details of the error. Note that Oracle may depend on some environment variables that are NOT available by default when run

Re: Problems with dbi:Oracle

2013-01-24 Thread Bruce Johnson
On Jan 21, 2013, at 3:08 PM, Alexander Foken wrote: > You seem to run from a CGI environment. Look at the http server error log for > details of the error. > > Note that Oracle may depend on some environment variables that are NOT > available by default when running in the context of the http

Re: Problems with dbi:Oracle

2013-01-21 Thread Alexander Foken
You seem to run from a CGI environment. Look at the http server error log for details of the error. Note that Oracle may depend on some environment variables that are NOT available by default when running in the context of the http server. Try to debug with a simple command line script instea