select * from all_encrypted_columns;
alter table sh.encb modify(col2 encrypt salt);
alter table sh.encb modify(col2 encrypt no salt);
select * from all_encrypted_columns;
alter table sh.encb modify(col2 encrypt salt);
alter table sh.encb modify(col2 encrypt no salt);