Re: Connecting to more than one Oracle database



Thanks for all those who replied. I solved the problem - there was a
problem with the syntax of the connect command. thanks again.

Malka Cymbalista
Webmaster, Weizmann Institute of Science
malki.cymbalista@xxxxxxxxxxxxxx
08-934-3036

On 12/11/2006 at 9:01 PM, in message <457DAAF7.9050608@xxxxxxxx>,
Perrin Harkins <perrin@xxxxxxxx> wrote:wrote on

Malka Cymbalista wrote:
I have a script that works from the command line but does not work
when
I run it from the web.

Good, you've narrowed it down then. These are the most common
sources
of problems that happen only when run from a web server:

- Differences in %ENV
- Running as a different user, with different permissions
- Different current working directory

Check those, and you'll find the problem.

- Perrin