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 20:04:29 +0200
Message-ID: <d7i8mb$e43$1@news2.zwoll1.ov.home.nl>


Jeremy wrote:
> In article <d7i5hn$45o$1_at_news5.zwoll1.ov.home.nl>, Frank van Bortel
> says...
>

>>>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
>>

>
>
> Thanks Frank - one final question on this... is it better to use the
> DBMS_JOB approach or to use autonomous transations?
>
> cheers!
>

Eh? Two different beasts. Jobs are like scripts - you start them, forget about them, and -when finished- look at the results. Autonomous transactions are transactions, started as part of another transaction, that have their own commit/rollback point, independent of the main transaction - autonomous. Useful for auditing.

The beauty of a job is that you just fire-and-forget: there's instant response back to the user: we started a job for you with ID #276, you can check on it's status <a href="whereever your links are"> by clicking here</a>

-- 
Regards,
Frank van Bortel
Received on Tue May 31 2005 - 13:04:29 CDT

Original text of this message

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