Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Materialized view

Status
Not open for further replies.

mikedaruke

Technical User
Mar 14, 2005
199
US
How do I refresh a Materialized View?

I have it set to force and it refreshes every day. But I just happend to need up to date information right now, how do I just have it run again?

 
Mike,
Code:
SQL> execute DBMS_SNAPSHOT.REFRESH( '<MV Name>','<refresh type code>');
<refresh type code> can be either:

'f' = Fast refresh
'c' = Complete refresh

Let us know if this does what you want.



[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top