How to fix the Oracle error ORA-01288: cannot apply this DDL to the Logminer Dictionary?
In this post, you’ll learn more about the Oracle ErrorORA-01288: cannot apply this DDL to the Logminer Dictionary with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01288: cannot apply this DDL to the Logminer Dictionary
Reason for the Error ORA-01288: cannot apply this DDL to the Logminer Dictionary
A command that is not supported by Logminer was present in a logfile. Commands that change the character set of the database are not supported by Logminer. “ALTER DATABASE SET TIME_ZONE” is not supported by Logminer.
How to fix the Error ORA-01288: cannot apply this DDL to the Logminer Dictionary ?
You can fix this error in Oracle by following the below steps
Do not execute unsupported commands when using Streams, Logical Standby, or Logminer. Turn off DDL tracking in order for Logminer to skip unsupported commands.
Leave Your Comment