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: trigger & snapshot

Re: trigger & snapshot

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Thu, 13 Jan 2000 09:34:05 +0100
Message-ID: <947752544.17439.0.pluto.d4ee154e@news.demon.nl>


use the dbms_job package. You can submit any plsql procedure.

Hth,

--
Sybrand Bakker, Oracle DBA
sofresud <sofresud_at_wanadoo.fr> wrote in message news:85k2mk$9u1$1_at_wanadoo.fr...
> Hi,
>
> I would like to execute special pl-sql procedure every day at a special
> time. the way i foud to do that is to create a snapshot that runs at the
> given time , and create a trigger on the table created by the snapshot,
then
> the pl-sql procedure is the trigger body.
> Is there a another way to do a such thing ?? (better way)
>
> Thanks.
>
> Stephane SANDOZ
>
>
>
>
>
>
Received on Thu Jan 13 2000 - 02:34:05 CST

Original text of this message

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