Since we upgraded to 12c, there are additional RPD consistency check warnings and it is cluttering up the warnings I can't do anything about. E.g.
[39099] Level "ABC"."XYZ" has at least one display key that contains multiple columns. Only the first column of a display key is displayed when drilling.
[39100] Logical column "abc"."D"."c" has CLOB/BLOB data type but has no sort order column and/or description ID column assigned. This will cause slower query performance.
How can I disable those checks at least the 39100. We actually caused issues trying to solve for this.
Earlier versions seemed to have a way to do this based on what I read on blogs. But don't see how to do this in 12c.
Help.