ORA-43556
Cannot create or alter notification directive 'string': key column cannot be encrypted with salt
Cause
Any column specified in the key columns clause of create or alter notification directive cannot be a column that is encrypted with salt because notification directive creates an index on the KEY column(s), and indexes cannot be created on an encrypted column with salt. An encrypted column without salt is allowed.
Action
Choose a non-salted column as key.