Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle + PHP + long process
On Thu, 05 Oct 2006 15:07:11 +0100, Andy Hassall wrote:
> Sounds like a reasonable approach to me; I was thinking of DBMS_JOB whilst
> reading this, but since you're on 10g then DBMS_SCHEDULER is better. You may be
> able to monitor the progress of the refresh through v$session_longops - I don't
> remember whether mview refreshes show up in there, though - not all operations
> do.
I second that. DBMS_SCHEDULER is the way to go. Unfortunately, materialized view refreshes do not show as longops.
-- http://www.mladen-gogala.comReceived on Thu Oct 05 2006 - 18:54:16 CDT
![]() |
![]() |