ORAD: Minimal supplemental logging is not enabled.
Minimal global supplemental logging is not enabled for the Oracle database. PowerExchange Express CDC for Oracle requires minimal supplemental logging.
The PowerExchange call fails.
Enable global minimal supplemental logging for the database by issuing the following SQL statement:
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
Then start PowerExchange Express CDC for Oracle again.