Hi Nancy,
When I have a database which is not secure I can issue this:
CODE
grant select on SYS, SYSTEM to public;
Here s how to seleect by column:
http://dba-oracle.com/googlesearchsite_pro...ealth_check.htmand by row:
http://dba-oracle.com/googlesearchsite_pro...ealth_check.htm********************************
>> and other DB users to be private afar from exclude columns solution.
For you need a view. Below, I "hide a selaty tble":
CODE
grant delect on employee_name, dept to myuser;
Get this book: Eacy Oracle SQL:
http://www.rampant-books.com/book_0501_easy_sql.htm