DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Col level security

  1. #1
    Join Date
    Apr 2001
    Posts
    45
    I have seen examples of how to implement row level security in Oracle. But how is col level security implemented ?

    Is there a way to hide the values of certain cols from certain users using oracle supplied packages/procedures etc.. at the database level.

    thanks in advance

  2. #2
    Join Date
    Dec 2000
    Location
    Virginia, USA
    Posts
    455
    Just create the views without the columns that you don't want users to see, then add users to a group and assign prevligious to the group.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width