Re: Scheduling operations in Oracle

From: Jason Lincoln <jlincoln_at_mailhost.onramp.net>
Date: 1996/02/24
Message-ID: <4gnces$r9h_at_news.onramp.net>#1/1


Oracle is a relational database so use a table to store the data until such a time when you need to move this information to a permanent storage table(s). Use a trigger on the temp table and check the time or another happening to decide if the data should be moved by calling a procedure.

In article <4foc1s$6da_at_slip.net>, rkhurana_at_slip.net says...
>
>Hi,
>Is there any way of scheduling operations with Oracle. For example, I
>need to insert values in the database at a particular time. The
>operator can enter the values, but the transactions should be
>committed only at a scheduled time . Is there any way of doing this.
>
>-Rajeev.
>
Received on Sat Feb 24 1996 - 00:00:00 CET

Original text of this message