Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Show "progress" of a process using pl/sql web toolkit?
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 >>
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 BortelReceived on Tue May 31 2005 - 13:04:29 CDT
![]() |
![]() |