lock delete or update or insert [message #168022] |
Tue, 18 April 2006 08:02 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
emadbsb
Messages: 334 Registered: May 2005 Location: egypt
|
Senior Member |
![emadbsb](/forum/theme/orafaq/images/yahoo.png)
|
|
Hii all
I have the trigger of 'when new form instance'
I want to do something like that
set no update on my form
set no delete on my form
set no insert on my form
I want it to the whole form not to a block or an item
Thanks for everyone helped and helping me
|
|
|
|
|
Re: lock delete or update or insert [message #168164 is a reply to message #168163] |
Wed, 19 April 2006 02:53 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Let's say that 'FRED' owns the tables, but you want 'JIM' to access them for retrieval only, you create a role, say 'READ_USER', which has 'select' access to all of FRED's tables and you grant that role to JIM. You could create another role, 'ALL_FRED', which has 'select', 'insert', 'delete', and 'change' access to all of FRED's tables and you grant that role to 'BILL' so that he could do data entry and data cleansing, as well as retrieve the information.
David
|
|
|