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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle 8i Materialised Views

Status
Not open for further replies.

sethu

Programmer
Apr 15, 2000
29
US
Hi,
I have many objects in my database in INVALID status and I recompiled them. Is there any way to recompile materialised views which has an object type as UNDEFINED?

--Sethu
 
if you try and select from it it should recompile it if need be I think.
 
Hi,

I got the answer.

ALTER MATERIALIZED VIEW <<view_name>> compile;

--Sethu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top