Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> more acces control needed ;-)

more acces control needed ;-)

From: hicham bouzdad <h.bouzdad_at_inovaction.com>
Date: Fri, 16 Feb 2001 14:36:18 +0100
Message-ID: <3A8D2CD2.963CE10B@inovaction.com>

hi there,

is there a mecanism similar to the views who allow more acces control ?

exp: i want a user to update, delete a table only if table.column_x = 'something" and insert date to it;

in other word,
if i do : create view table_view as select * from table where table.column_x = 'something" ;

my user can NOT insert, update or delete data to the view , and then to my table ?

please, is this possible in general on the database theory ? Received on Fri Feb 16 2001 - 07:36:18 CST

Original text of this message

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