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 -> Re: CREATE TABLE using DBMS_SQL

Re: CREATE TABLE using DBMS_SQL

From: venkata terala <venkata_at_inetnow.net>
Date: 1998/02/11
Message-ID: <34e2309c.0@news.inetnow.net>#1/1

Privileges obtained through roles are invalid in stored programs (procs/functions/packages). You need the CREATE TABLE, EXECUTE (on DBMS_SQL), and SELECT on testTable privileges granted to you directly (NOT through a role). Have your dba grant the privs directly and it should work. Regards
Venkat Received on Wed Feb 11 1998 - 00:00:00 CST

Original text of this message

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