To add the missing environment variable you might just put the definition of it in front of your script (if you use bash or something similar). Example:
1 2 * * * PATH=${PATH}:/usr/local/bin sqlloader
would add /usr/local/bin to the path before executing sqlloader
In reply to Re: sqlldr invocation issue
by jethro
in thread sqlldr invocation issue
by bungeejumper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |