Re: start job/procedure automatically

From: Frank <fbortel_at_home.nl>
Date: Tue, 07 May 2002 23:55:24 +0200
Message-ID: <3CD84D4C.7050905_at_home.nl>


Knut Talman wrote:

> Knut Talman wrote:
>

>>>I 'd like to start a procedure (update) each 23:00 automatically.
>>>How can I do ?
>>>
>>Go to technet.oracle.com and read the documentation about DBMS_JOB.
>>

>
> Or write a script and start it as a cronjob (if using UN*X).
>
> Regards,
>
> Knut
>

update mail set timer = 'AT' where timer = 'cronjob'; update mail set os = 'Windoze' where os = 'UN*X'; commit; Received on Tue May 07 2002 - 23:55:24 CEST

Original text of this message