System privileges pertaining to performing authorized tasks on materialized
views.
CREATE ANY MATERIALIZED VIEW System Privilege
Required to create materialized views that are owned by any user. It also allows users to issue the COMMENT statement on materialized views owned by any user.
CREATE MATERIALIZED VIEW System Privilege
Required to create self-owned materialized views. It also allows users to issue the COMMENT statement on self-owned materialized views.
ALTER ANY MATERIALIZED VIEW System Privilege
Required to alter materialized views owned by any user. It also allows users to issue the COMMENT statement on materialized views owned by any user.