Re: vpd
- From: Tim Gorman <tim@xxxxxxxxx>
- To: smishra_97@xxxxxxxxx
- Date: Wed, 09 Jan 2008 21:56:27 -0700
|
Sanjay, You don't need VPD for that -- just create a view... create or replace view tbl_res_contact_v as select name, dob, decode(status,'',story,'') story, address from tbl_res_contact; Then, use permissions to prevent people from querying the table and leave only the view available. Hope this helps... -Tim Sanjay Mishra wrote: -- http://www.freelists.org/webpage/oracle-l |
- References:
- vpd
- From: Sanjay Mishra
- vpd
Other related posts:
- » vpd
- » Re: vpd