I have a shell script in cron that calls “sqlplus”. Whenever this script is run by cron, it encounters this error-> sqlplus: not found. But if I manually execute the script, it executes successfully.
Is there something I need to include in my script, like an environment variable or something?