Oracle DBA, How To, Error, Cause and Action

ORA-01354: Supplemental log data must be added to run this command

ORA-01354: Supplemental log data must be added to run this command


Cause:


An attempt was made to perform an operation that required that supplemental log data be enabled.



Action:


Execute a command such as ALTER DATABASE ADD SUPPLEMENTAL LOG DATA; and then reissue the command that failed with this error.

No comments:

Post a Comment

Thanks for your comment.