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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I create a trigger that depends on system date?

Re: How can I create a trigger that depends on system date?

From: <ccyr6798_at_my-deja.com>
Date: Mon, 13 Dec 1999 12:48:36 GMT
Message-ID: <832pv3$2en$1@nnrp1.deja.com>


In article <832kjs$uv0$1_at_nnrp1.deja.com>,   dj_brun_at_my-deja.com wrote:
> I donīt know if there's any way to create a
> trigger that depends on system date. I want
> Oracle to fire the trigger when the day of the
> current system date= 1. If someone could tell
> me...
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sounds like what you're looking to do is run a batch job? you can submit procedures/packages to run on a particular day or even daily - check if the date is 1 and end if it's not. See dbms_job procedures.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Dec 13 1999 - 06:48:36 CST

Original text of this message

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