A reader, April     19, 2016 - 7:26 am UTC
 
 
Thanks a lot. I guess the only option is to move to the required directory and then use relative path as you mentioned. 
Surprisingly the env variables like ORACLE_HOME, PATH etc are not set when run through scheduler. 
I might need to set these variable again in the called shell script or run the sh file that sets it when users logs in through putty.
 
April     19, 2016 - 9:32 am UTC 
 
 
The shell environment is kept *very* clean as a security measure.  We dont want to pick up a "custom" version of (say) the 'rm' command, and be running it as 'oracle'.
Cheers,
Connor