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: Newbie: Select in PL/SQL

Re: Newbie: Select in PL/SQL

From: Ora600 <Ora600_at_users.forgesource.net>
Date: Sun, 25 Nov 2001 18:15:49 -0500
Message-ID: <3C017BA5.7090106@users.forgesource.net>


By default roles are disabled in plsql code - unless you are using the 8i feature - invoker rights method.

See here for details -

http://govt.oracle.com/~tkyte/Misc/RolesAndProcedures.html

HTH,.
Ora600

GREGORY KNESER wrote:

> Hello,
>
> We're having problems with selects in our pl/sql statements. We can do
> selects just fine except for the situations where the table we want to
> select from is outside of the schema that the stored procecdure is
> located in. What can we do to give the stored procedures the ability to
> see tables outside of their own schema? All users have been granted the
> DBA role.
>
> Thanks,
> Greg
>
Received on Sun Nov 25 2001 - 17:15:49 CST

Original text of this message

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