Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: system_privilege_map issue
Terry Dykstra wrote:
> I noticed that in the sys.system_privilege_map table there is no entry for
> CREATE MATERIALIZED VIEW or CREATE ANY MATERIALIZED VIEW. Is that a bug or
> am I missing something here?
> I can grant a user those privileges and the user can create the materialized
> view.
>
> I'm running Oracle 9207 SE on W2K
Not in 9.2.0.7 but:
SQL> select privilege, name
2 from system_privilege_map
3 where name like '%MATERIAL%';
PRIVILEGE NAME
--------- ---------------------------- -175 DROP ANY MATERIALIZED VIEW -174 ALTER ANY MATERIALIZED VIEW -173 CREATE ANY MATERIALIZED VIEW -172 CREATE MATERIALIZED VIEW
SQL>
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Jul 05 2007 - 12:49:00 CDT
![]() |
![]() |