How to Resolve ORA-28348: index defined on the specified column cannot be encrypted
ORA-28348 Tried to encrypt a column, but it failed with ORA-28348: SQL> alter table oe.customers modify (cust_first_name encrypt no salt); alter table oe.customers modify (cust_first_name… Read More »How to Resolve ORA-28348: index defined on the specified column cannot be encrypted