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

Home -> Community -> Usenet -> c.d.o.misc -> Re: DBMS_SQL: Problem with Some DDL's (create view ....)

Re: DBMS_SQL: Problem with Some DDL's (create view ....)

From: Andrey A. Efimov <efa_at_leaves.spb.su>
Date: 1997/01/16
Message-ID: <01bc03ab$9eaf49b0$9a2b7dc1@efa>#1/1

Adam Tadj <vahidt_at_dbsun.vitek.com> wrote in article <5bjlkh$cmv$1_at_newsin-1.starnet.net>...
> I am trying to to execte a DDL module using SQL_DMS.PARSE, but have'nt
> had any luck yet.
>

Do you get privilages via Oracle role (connect, resource)? DBMS_SQL check explicit privilages, grant CREATE VIEW explicitly.

> GRANT CREATE VIEW to OPS$A_USER;

and try again. Received on Thu Jan 16 1997 - 00:00:00 CST

Original text of this message

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