How to fix the Oracle error ORA-31536: cannot support encrypted column string in the source table?
In this post, you’ll learn more about the Oracle ErrorORA-31536: cannot support encrypted column string in the source table with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-31536: cannot support encrypted column string in the source table
Reason for the Error ORA-31536: cannot support encrypted column string in the source table
One of the columns specified in the parameter COLUMN_TYPE_LIST was an encrypted column in the source table
How to fix the Error ORA-31536: cannot support encrypted column string in the source table ?
You can fix this error in Oracle by following the below steps
remove the encrypted column in the parameter COLUMN_TYPE_LIST
Leave Your Comment