ORA-01354: Supplemental log data must be added to run this command
What triggered the Error:
An attempt was made to perform an operation that required that supplemental log data be enabled.What should we do to fix it:
Execute a command such as ALTER DATABASE ADD SUPPLEMENTAL LOG DATA; and then reissue the command that failed with this error.