Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent: How to Automate Procedure Execution
You can write a batch/shell script , which connects to the database and
executes your procedure. Then you can use at(in NT)/ crontab (in UNIX) to
call that script at 10 PM...
Uday
-----Original Message-----
Sent: Friday, April 20, 2001 3:37 PM
To: Multiple recipients of list ORACLE-L
Listers,
Can someone tell me how to automate procedure
execution
from within Oracle.
I would like to execute this procedure at 10:00 p.m.
sqlplus> execute jrunit
Thank in advance.
abdullatif
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: abdul latif INET: abdulatif52_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Fri Apr 20 2001 - 13:48:27 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: udaycb INET: udaycb_at_trwasp.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |