ORA-26788: The column string is not encrypted in the local database.
What triggered the Error:
e column in the destination database is NOT encrypted while it is encrypted in the source database.What should we do to fix it:
t the corresponding column property in the destination database to 'encrypted' or change the apply parameter, PRESERVE_ENCRYPTED_COLS, to 'N' to supress the error.