ORA-28348 While Encryting A Column
(Doc ID 1221463.1)
Last updated on APRIL 03, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
- Encounters ORA-28348 while using column encryption feature of Transparent Data Encryption.
- Encryption using NO SALT option also fails.
alter table test_tde modify (location encrypt);
alter table test_tde modify (location encrypt)
*
ERROR at line 1:
ORA-28348: index defined on the specified column cannot be encrypted
alter table test_tde modify (location encrypt)
*
ERROR at line 1:
ORA-28348: index defined on the specified column cannot be encrypted
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |