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: PL/SQL: DBMS_SQL Package...

Re: PL/SQL: DBMS_SQL Package...

From: Andrew Barnett <nobody_at_spamandeggs.bp.com>
Date: 1998/03/19
Message-ID: <01bd52ee$4a827680$8c0564a1@azmelw1358.mel.az.bp.com>#1/1

sys should grant execute on dbms_sql to public, or to individual users (stored procedure owner, not executor) directly, not through a role.

-- 
Andrew - Wizzard

barnetaj_at_bp.com

Michael Rosadino <mrosadino_at_connico.net> wrote in article
<351084C6.36AF_at_connico.net>...

> Hi:
> I have a question regarding the DBMS_SQL package provided through the
> Oracle 7 server; we have Oracle 7.3 currently installed on an HP-UX 3000
> server and we've been experimenting with stored procedures which make
> use of the DBMS_SQL package [which we call from an Oracle 4.5 Forms
> app]. In our code, we are passing SQL DDL statements into the stored
> procedure for execution & commit. It appears that the only way we can
> successfully execute these procedures is if the stored procedure is
> stored under the SYS owner. Does anyone know of a way to store the
> procedure under a userspace while designing/debugging so that the code
> could be executed successfully from the userspace without having to port
> it to the SYS owner?
> --
> Michael Rosadino
> E-mail(W): mrosadino_at_ggtinc.com
> Work: (860)871-8082, x3484
>
Received on Thu Mar 19 1998 - 00:00:00 CST

Original text of this message

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