|
Re: Restricting to update some rows in table [message #37352 is a reply to message #37345] |
Fri, 01 February 2002 10:53  |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
reference the pseudo column "user" anywhere in your code - it's just like sysdate in that respect. You could also code this into a trigger on your table so that even if access isn't through your proc you could still block it.
In recent Oracle versions you can also use fine grained access - but that would be lots of work for you.
|
|
|