Error
Error Code:
ORA-28347
Oracle ORA-28347: Encryption Mismatch
Description
This error, ORA-28347, arises during an `ALTER TABLE EXCHANGE PARTITION | SUBPARTITION` operation in Oracle when the encryption properties between the source and target tables are incompatible. This incompatibility prevents the exchange operation from completing successfully.
Error Message
ORA-28347: encryption properties mismatch
Known Causes
3 known causesAlgorithm Mismatch
The encryption algorithms used for the corresponding columns in the two tables are different, leading to a mismatch.
Column Key Mismatch
The column keys used for encryption are not identical between the tables being exchanged.
Salt Configuration Difference
The salt or non-salt flavor used in the encryption process differs between the tables.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service