View Single Post
  #1 (permalink)  
Old 12-28-03, 07:18
kondaoracle kondaoracle is offline
Registered User
 
Join Date: Sep 2003
Posts: 33
cron running sql script

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
Reply With Quote