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: Automatic update (periodic)

Re: Automatic update (periodic)

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Wed, 12 Apr 2006 19:52:29 +0200
Message-ID: <e1jen9$j11$1@news1.zwoll1.ov.home.nl>


chani wrote:
> Hi,
>
> This may be another horrible idea.
>
> ** Is There any way to auto update columns of database table.
> ==============================================================
>

Yes, you wold write a procedure to do the work, and use a job for the timing.
If you're on 10g, use dbms_schedule, it knows stuff like "every last Friday of the quarter, run this job" On 9i or earlier, dbms_job does the trick, but the interval (when is it the last Friday of a quarter?) calculation is for you to perform

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Wed Apr 12 2006 - 12:52:29 CDT

Original text of this message

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