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: Show "progress" of a process using pl/sql web toolkit?

Re: Show "progress" of a process using pl/sql web toolkit?

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Tue, 31 May 2005 19:10:49 +0200
Message-ID: <d7i5hn$45o$1@news5.zwoll1.ov.home.nl>


Jeremy wrote:
> In article <d7i272$6c5$1_at_news2.zwoll1.ov.home.nl>, Frank van Bortel
> says...
>

>>Change the approach - submit a job, and your screen will return
>>immediately, or return with a refresh request, and refresh your
>>page every 5 secs (displaying an animated gif of a clock :) )
>>until you're done. Need a status request, and a subprocess that
>>will update the status once the updates are done.
>>

>
>
> When you say "submit a job" can you tell me what you mean - are you
> referring to dbms_job ?
>
>

Exactly - write a packaged procedure to do the updates, and call it using dbms_job
-- 
Regards,
Frank van Bortel
Received on Tue May 31 2005 - 12:10:49 CDT

Original text of this message

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