Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Oracle (https://www.askmehelpdesk.com/forumdisplay.php?f=443)
-   -   How can I hide some data (https://www.askmehelpdesk.com/showthread.php?t=61531)

  • Feb 9, 2007, 11:13 AM
    emil255
    How can I hide some data
    How can I hide some data in the table from different users< another way <, I like to some user see only part of data
  • Feb 9, 2007, 11:56 AM
    ScottGem
    Create views that only show the data you want to make available to that group of users. Then give them access to the view, not the underlying table.
  • Mar 27, 2007, 07:45 PM
    tikitime
    Quote:

    Originally Posted by emil255
    How can i hide some data in the table from different users< another way <, i like to some user see only part of data


    What release are you using?

    If you are using 10G, Row Level security and Fine grained access control is what you need. Do a search on dbms_rls and you'll find lots of info. :cool:

    Here is an example and demo of fgac: Oracle DBMS_RLS Fine Grained Access Control Virtual Private Database


    Or, as the previous poster mentioned, create a view that only shows the data that you wish to show that usergroup.

  • All times are GMT -7. The time now is 12:10 AM.