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
Post a Comment