Oracle Database Encryption without ASO -


the situation can use oracle standard edition. however, need encrypt fields (or maybe whole tablespace).

is there way can encrypt database / fields still able wildcard search, e.g.

select * enc_table enc_col 'j%' 

the requirement not strict have use like, use function

select * enc_table search_like(enc_col, 'j%') 


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -