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: Security Question on LOBs

Re: Security Question on LOBs

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 20 Dec 2001 10:06:53 -0000
Message-ID: <3c21dae5$0$8514$ed9e5944@reading.news.pipex.net>


You don't. However the stored procedure doesn't have to be owned by the executing user so you would typically grant your select,update etc rights to an application account and then grant execute on those procedures to your users. At least thats how I'd do it.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
"Sean" <sean_at_kewi.net> wrote in message
news:bc264b7c.0112171542.758d5c66_at_posting.google.com...

> Platform : Oracle 8.1.7
>
> How do you allow a LOB field to be passed out of a stored procedure
> without granting select privliges to the table from which it comes
> from?
>
> Thanks.
Received on Thu Dec 20 2001 - 04:06:53 CST

Original text of this message

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