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: Trigger and Job (DDL)

Re: Trigger and Job (DDL)

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 10 Aug 2006 11:02:34 -0700
Message-ID: <1155232954.805321.176640@m79g2000cwm.googlegroups.com>


Just a different approach ...
How about inserting a record in a table on insert, with a timestamp, identifying the row that was inserted and requires validation. Your validation process could then be a job, that runs every x minutes, selecting records that are older then 20 seconds, and firing up an email if some condition is met. It could end by deleting processed records.
You would not even need this extra record/table if the inserted row had a "insert timestamp". Received on Thu Aug 10 2006 - 13:02:34 CDT

Original text of this message

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