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: grant update on a table except to the key fields ?

Re: grant update on a table except to the key fields ?

From: Doug Swanson <dswanson1_at_mmm.com>
Date: Fri, 17 Jul 1998 09:57:14 -0500
Message-ID: <35AF664A.341B@mmm.com>


Jean-Luc Martou wrote:
>
> Hi!
>
> Question :
>
> When a user is granted to update a table, he can modify all the
> fields in this table, included the fields in the primary key.
>
> How is it possible to revoke the right to modify the key fields ?

It depends on how you are accessing your db. You can trap this through your business rule objects before the sql hits the db. Or you can only update through stored procs and control the access through them.

hth
Doug

Opinions expressed herein are my own and may not represent those of my employer. Received on Fri Jul 17 1998 - 09:57:14 CDT

Original text of this message

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