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: materialized view not refreshing

Re: materialized view not refreshing

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 24 May 2002 22:01:14 +0200
Message-ID: <uetdlq3bk5em88@corp.supernews.com>

"Chuck" <chuckhNOSPAM_at_softhome.net> wrote in message news:acm20r$q6mmo$1_at_ID-85580.news.dfncis.de...
> I have a fast refresh materialized view that stopped refreshing yesterday
> and I don't know why. The link works. I can execute the mview query just
> fine. When I run dbms_refresh.refresh, the procedure completes succesfully
> but the mview is not refreshed. Anyone know what's going on? Did the mview
> log get corrupted some how? If so how do you rebuild it?
>
> The only I way I can get it to refresh now is through the OEM console by
> manually running a complete refresh. Even then, the data gets refreshed
but
> dba_mviews_analysis.last_refresh_date does not show the time of the
complete
> refresh.
>
> This mview is not refreshed by the dbms_job package. The refresh procedure
> is run through cron so it's not a dbms_job issue.
>
>

Just FYI in a *correctly* set up materialized view, dbms_job would refresh the view.
Quite likely *that* is your problem: you're missing the necessary Oracle jobs.

Regards

--
Sybrand Bakker
Senior Oracle DBA

to reply remove '-verwijderdit' from my e-mail address
Received on Fri May 24 2002 - 15:01:14 CDT

Original text of this message

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