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: Trouble with stored proc

Re: Trouble with stored proc

From: Marc Scheuner <marc.scheuner_at_NO.SPAM.PLEASE.CH>
Date: 1997/11/24
Message-ID: <34795840.12893770@news.bernoise.ch>#1/1

"Ian Chalcraft" <iac_at_smcewan.demon.co.uk-nospam> wrote:
>The problem here is to do with grants given via a role.
>If you have been granted select on ORG.SOMETABLE
>via a role, then you may NOT access it through a
>stored procedure; you will have to grant select on the
>table explicitly to the procedure's owner.
>This also applies to triggers.

That's exactly the reason, but that's absolutely brain-dead, isn't it? Why on earth should there be a difference between receiving the select right directly vs. receiving it through a role?

Marc



[ Marc Scheuner, marc.scheuner_at_berner.ch CH-3001 BERNE, Switzerland ]
Received on Mon Nov 24 1997 - 00:00:00 CST

Original text of this message

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