Hi
I am trying to create a Materialized View based on a Normal View for Complete Refresh in Oracle 9.2.0.6
The normal view is Employee_V
CREATE MATERIALIZED VIEW Employee_MV AS SELECT * FROM Employee_V
This works perfectly well in Oracle 9.2.0.6.
But the Materialized View Creation Fails in Oracle 9.2.0.5
with the same Create Options
Is there a limitation in Oracle 9.2.0.5 in Creation of a Materialized View based on a Normal View ?
Could some one please verify If a Materialized View could be created in Oracle 9.2.0.5 based on a Normal View
Please suggest
Thanks
I am trying to create a Materialized View based on a Normal View for Complete Refresh in Oracle 9.2.0.6
The normal view is Employee_V
CREATE MATERIALIZED VIEW Employee_MV AS SELECT * FROM Employee_V
This works perfectly well in Oracle 9.2.0.6.
But the Materialized View Creation Fails in Oracle 9.2.0.5
with the same Create Options
Is there a limitation in Oracle 9.2.0.5 in Creation of a Materialized View based on a Normal View ?
Could some one please verify If a Materialized View could be created in Oracle 9.2.0.5 based on a Normal View
Please suggest
Thanks