Skip to Main Content

SQL & PL/SQL

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!

table privilege?

armaniFeb 22 2010 — edited Feb 22 2010
I create a table with next description

SQL> desc gigi
Name Null? Type
----------------------------------------- -------- ---------------------
PERSON_ID NUMBER(3)
DIVISION VARCHAR2(3)
COMMISION NUMBER(5)

SQL>
Now, a user 'x' , I do not want data entry to "division" column of the "gigi" table,How can I set this ???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2010
Added on Feb 22 2010
3 comments
442 views