OGG-05142
The connected database server instance {dbName} data size is larger than 20GB, which exceeds the Oracle GoldenGate Free limit
Cause
Oracle GoldenGate Free allows replication to or from databases that are less than 20GB in data size. The connected database exceeds this limitation.
Action
Reduce data size of the connected database to below 20GB.
OGG-05142
DDL statement "CREATE TABLE AS SELECT" is detected for table {0}.{1} at binary log number {2} and offset {3}. The DDL operation "CREATE TABLE AS SELECT" is not supported. Execute all 'CREATE TABLE AS SELECT' DDL operations manually to the target database and start extract by adding extract parameter TRANLOGOPTIONS WARNCREATEASSELECT. Once extract gets past the 'CREATE TABLE AS SELECT' operation, restart extract after disabling the parameter TRANLOGOPTIONS WARNCREATEASSELECT.
Cause
'CREATE TABLE AS SELECT' DDL is not supported.
Action
Execute all 'CREATE TABLE AS SELECT' DDL operations manually to the target database and start extract by adding extract parameter TRANLOGOPTIONS WARNCREATEASSELECT. Once extract gets past the 'CREATE TABLE AS SELECT' operation, restart extract after disabling the parameter TRANLOGOPTIONS WARNCREATEASSELECT.