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: dynamic SQL with DBMS_SQL

Re: dynamic SQL with DBMS_SQL

From: Tom Mettling <mettlingt_at_wtchen.com>
Date: 1997/07/21
Message-ID: <33D3BB54.CC72AC0B@wtchen.com>#1/1

DBMS_SQL needs direct permissions, not permissions granted to groups. Make sure with your DBA that you have create privileges specifically granted to you, not a group that you belong to.

--
Tom Mettling
W.T. Chen & Company, Inc.
mettlingt_at_wtchen.com
SHO wrote:


> Hi ,
> I am attempting to use DBMS_SQL to dynamically create tables or views.
>
> These are my sample codes:
>
....
Received on Mon Jul 21 1997 - 00:00:00 CDT

Original text of this message

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