I am having a script, which connects to an Oracle DB.. This script when invoked via command line works fine, but when invoked via a browser throws an error.. I realised that this error is caused because of not setting the env variables..
After a bit of digging around I found that there is a way to solve it and I am able to remove the error and get the script working in the Browser now, but this is done using crle.. Using crle means that i am changing the Env Variables of the system in a global level, so i assume, this may interfere with certain other processes.. I need to find an alternative way for the script to get to work.. Could someone shed some light on this issue??