Ask Experts Questions for FREE Help !
Ask

How can I hide some data

Asked Feb 9, 2007, 10:13 AM — 2 Answers
How can I hide some data in the table from different users< another way <, I like to some user see only part of data

2 Answers
ScottGem's Avatar
ScottGem Posts: 58,171, Reputation: 28165
Computer Expert and Renaissance Man
 
#2

Feb 9, 2007, 10:56 AM


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.
Helpful
tikitime's Avatar
tikitime Posts: 14, Reputation: 5
New Member
 
#3

Mar 27, 2007, 07:45 PM
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.

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.
Helpful

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Add your answer here.

Remove Text Formatting

Undo
Redo
 
Decrease Size
Increase Size
Bold
Italic
Underline
Align Left
Align Center
Align Right
Ordered List
Unordered List
Decrease Indent
Increase Indent
Insert Email Link
Wrap [QUOTE] tags around selected text
Wrap [CODE] tags around selected text
Wrap [HTML] tags around selected text
Wrap [PHP] tags around selected text
Wrap [YOUTUBE] tags around selected text
Notification Type:



Check out some similar questions!

Data entry or data processing from home. [ 1 Answers ]

Hello from Florida, My name is Don and I am looking for a free data entry from home website that I can find. It is not easy to find! Please help!

How to hide a running a program! [ 1 Answers ]

Now I have a program, but I don't want it to be closed by other users who use that computer,too. What should I do, is there a program to ask for a password whenever some one tries to close it?

Hide icon tray...? [ 4 Answers ]

I want to hide tray icon of my open program so that other can't use it... I all ready try systrayx it good but demo version is now enddate, so I'm just trying to find if there is any tray icon hider available "FREE SOFTWARE" :D ....

Better way to hide password? [ 6 Answers ]

My boyfriend's ex was a computer genius.. And also a little bit psycho. She had his email and so got my address. Now, I do not know how, but she was able to get my password or something and enter my inbox. So I did the logical thing and changed my password (we both did)....... But she KEEPS...

How can I hide a program [ 6 Answers ]

Hello I have a question How can I hide a program from add or remove programs in control panel ?


View more Oracle questions Search