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 -> table wrapper through stored procedure

table wrapper through stored procedure

From: Carsten Broschek <cbroschek_at_web.de>
Date: Wed, 18 Jun 2003 18:05:32 +0000
Message-ID: <bcq2m1$lvakf$1@ID-18963.news.dfncis.de>


Hi!

Is there a way to deny directly access for reading/writing a dedicated table, but to access same table through a stored procedure:

allow: user -----> SP ----> TABLE

deny : user -------------------^

I want to handle some checkings via the stored procedure, so data should only changeable via SP. How do I have to define adequate grants?

Thanks in advance,

Carsten Received on Wed Jun 18 2003 - 13:05:32 CDT

Original text of this message

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