Encryption only one column [message #216830] |
Tue, 30 January 2007 11:18 |
Teresa
Messages: 36 Registered: May 2002
|
Member |
|
|
Hello
I would like to do a encryption of one column only for all users except one that should have all permissions, oracle 10GR2 on solaris, is this possible?
Thank you
Teresa
|
|
|
Re: Encryption only one column [message #220101 is a reply to message #216830] |
Sun, 18 February 2007 20:07 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
Yes. Try looking at views to hid columns. Grant to only the users you want. Create a synonym to hide the fact that other users are looking at you view that does not contain that column.
|
|
|
|