Materialized Views
A materialized view is a view that contains the result of a query. The From clause of the query can have a name from a table, view and a materialized view.
It needs privileges before executing create command, you must have system privilege.
To create table ,query rewrite enabled must have privilege, you must have SELECT privilege with GRANT OPTION on the container table.
Comments
Post a Comment