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!

Creating a Materialized View from a Simple view (Oracle 8 and 9 )

Status
Not open for further replies.

barnard90

IS-IT--Management
Mar 6, 2005
73
US
Hi

I have an employee_summary view which is based on multiple sub queries and complex joins. I have around 15 tables which are involved in the creation of the view
The view "Employee_Summary" works fine and the data is correct

Can I create a Materialized view(MV_Employee_Summary) in Oracle 8 and Oracle 9 like below ...


Create Materialized View MV_Employee_Summary as select * from Employee_Summary.

Would it work in both Oracle 8 and Oracle 9 when we try to create a materialized view from a normal view
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top