Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Permissions required for create materialized view dynamically

Permissions required for create materialized view dynamically

From: Jack Addington <jaddington_at_shaw.ca>
Date: Tue, 21 Dec 2004 19:23:01 GMT
Message-ID: <pK_xd.557853$nl.370943@pd7tw3no>


I am trying to write a stored procedure that dynamically drops/creates a snapshot. I got all the sql right (I think) but I am running into a insufficient privileges message when it fires. If I take the same code an run it directly it creates the MV just fine. I am running as the schema owner right now. I even tried altering the code to do a create view and I got the same error message.

What permissions could I be missing? The snapshot is fairly straight forward and selects only from local tables and uses a few procedure calls.

thx

jack Received on Tue Dec 21 2004 - 13:23:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US