Status of processing of a stored Procedure
235699Sep 24 2003 — edited Sep 25 2003Hi All
I have a PHP based front end
There is a scenario where the user clicks a button on the screen to start a batch process (which is a Oracle stored procedure).
This stored procedure is used to perform calculations. What the user wants is that during the execution of the stored procedure, we should display some kind of progress indicator on the screen. something like 10% completed.
and so on .
Is it possible to achieve this ?
Thanks
Ashwin N.