Unable To exchange A Partition With A Table If It Has An Encrypted Column
(Doc ID 958728.1)
Last updated on OCTOBER 10, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.4 to 11.2.0.3 [Release 10.2 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
This problem can occur on any platform.
Symptoms
You are getting the following error when trying to exchange a partition of a partitioned table with a regular table that both use column encryption:
ALTER TABLE table1 EXCHANGE PARTITION P1 WITH TABLE table2
*
ERROR at line 1:
ORA-28347: encryption properties mismatch
*
ERROR at line 1:
ORA-28347: encryption properties mismatch
Changes
You have created a partitioned table and a regular table as follows using column encryption attributes:
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 |
References |