Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

create view but insufficient priviledge

pjsiong-JavaNetMar 5 2012 — edited Mar 5 2012
Hi,
I tried to create a view like below in 11.2.0.2

create or replace view test as
select grantee from dba_role_prives;

but it keep saying "insufficient priviledge", I had granted dba,create any view, under any view to the user,
but still no luck.
any one know what else priviledge have to grant to the user ?
Thanks

Vincent
This post has been answered by unknown-7404 on Mar 5 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2012
Added on Mar 5 2012
11 comments
231 views