Hi All,
I am running the script on Oracle8i under AIX.
I have a pl/sql script(procedure) which should run for every week ie on monday. I need to put this script file(procSample.sql located at /usr/myProc directory for ex.) in a cron job. I dont want to go for dbms_jobs utility provided by oracle. My req is to put it in cron.
Can any one suggest me in doing this one in detail.
Thanks in advance