OGG-25812
Parameter BINARY_JSON_FORMAT is not supported with FETCHCOLS/FETCHMODCOLS on Json columns on table {0}. Extract will ignore the parameter and keep Json in text format.
Cause
Extract is trying to fetch JSON column with BINARY_JSON_FORMAT enabled. This parameter is ignored.
Action
Take out BINARY_JSON_FORMAT parameter.