Skip to Main Content

Database Software

Announcement

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.

Is it possible to block an update on a table column and not on the entire table with oracle database

3493947Jun 27 2017 — edited Jul 27 2017

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2017
Added on Jun 27 2017
7 comments
2,522 views