Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can indexed columns be encrypted?

columns encrypted indexed
0
Posted

Can indexed columns be encrypted?

0

TDE tablespace encryption supports all indexes transparently. For TDE column encryption, the index needs to be a normal B-tree index, used for equality searches. In case of a composite, function-based index, the encrypted column cannot be the one that was used for the function. When encrypting a column with an existing index, it is recommended to first extract the index definition with dbms_metadata.get_ddl, then drop the index, encrypt the column with the ‘no salt’ option, and re-build the index.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.