All keywords are case-insensitive.
...
List opened uncommitted transactions on apply. The Transaction ID is the hex value of the combined columnsĀ XIDUSN, XIDSLOT, XIDSQN from v$transaction on the source target database. The Transaction ID is also set in columns MODULE and ACTION from V$SESSION on the target database.
...
The DEFAULT conflict handler will not be applied to existing prepared (replicated) tables. The DEFAULT conflict handler will only be applied to tables that are prepared after the DEFAULT conflict handler is set. To change the conflict handler for existing prepared tables, each table has to be individually set using FOR TABLE conflict handler.
SHOW_CONFLICT_HANDLERS
Shows current setting of conflict handlers for given table (schema.name refers to table at mine).
...