For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Hello everybody,
I need to block all updates on any of 2 columns C1 and C2 of a Table T :
update T set ..., C1=...,... where ... --disallowed
update T set ..., C2=...,... where ... --disallowed
Is it possible with Oracle Database Vault?
Regards.