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: dynamic SQL question

Re: dynamic SQL question

From: Jac. _at_ xs4all <_at_>
Date: 1999/01/07
Message-ID: <7735bl$km8$1@news2.xs4all.nl>#1/1

this error occurs, when you don't have the privileges for the sql-command you are trying to execute with the dbms_sql package. Note that you must have been given the privileges DIRECTLY, so NOT via a database role. There are reasons why this is implemented this way in Oracle, but that's a different story...

solution:
- connect as sys or system

Good luck

Jac. Received on Thu Jan 07 1999 - 00:00:00 CST

Original text of this message

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