OGG-30562
Table {0} has no primary key specified. This table {0} will not be captured from the WAL using change data capture (CDC) until you add a key column to it.
Cause
The user is attempting to add trandata for a table, which does not have the key column.
Action
Add a primary key on the table and then retry the ADD TRANDATA command.