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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -