Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Triggers/Procedures called by Timers

Re: Triggers/Procedures called by Timers

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Tue, 14 Dec 1999 16:06:57 -0500
Message-ID: <eacd5ssj12u3f36msb4c79clcdfluoui48@4ax.com>


A copy of this was sent to "Torsten Senz" <Torsten.Senz_at_chwsoftware.de> (if that email address didn't require changing) On Tue, 14 Dec 1999 22:02:51 +0100, you wrote:

>Hi there,
>
>is it possible to call a Database-Trigger or a Database-Procedure
>by a timer??
>
>- timing start xyz
>- ....
>
>Thanks in advance.
>
>--

read up on dbms_job .... it does this.

quick start:

select text from all_source where name = 'DBMS_JOB' and type = 'PACKAGE' order by line;

--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Tue Dec 14 1999 - 15:06:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US