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: oracle stored procedure progress

Re: oracle stored procedure progress

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Sun, 10 Dec 2006 07:56:17 +0100
Message-ID: <457baf90$0$2175$426a74cc@news.free.fr>

"foreat" <linwei_at_acca.com.cn> a écrit dans le message de news: elg1tb$nle$1_at_news.cn99.com...
| how to know a running stored procedure's rate of progress. the sp has only a
| commit at last.
|
|

Use dbms_application_info.set_session_longops in the procedure and follow its progression through v$session_longops view.

Regards
Michel Cadot Received on Sun Dec 10 2006 - 00:56:17 CST

Original text of this message

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