While executing the job, I am getting below error Job.sh is the script - while executing it in tws I am getting below error
path of the script - job.sh: sqlplus: not found
Can any please help on this
Thanks
While executing the job, I am getting below error Job.sh is the script - while executing it in tws I am getting below error
path of the script - job.sh: sqlplus: not found
Can any please help on this
Thanks
You are using the Unix variable @$PWD in the PATH for the sdript.sql. TWS doesn't use any variable in the .profile file by default. You can do two things to correct this:
The .jobmanrc is the TWS job run-control file.
I don't know how Tivoli works, but you are writing to run a "job.sh" script, so I assume it is a shell script. Normally when working with oracle it is a good idea to enter absolute paths, so your script could be
I hope that's what you were looking for.