Oracle Error ORA-64141: Can only have a single XMLType column when a table is shared.

Oracle Error Message

ORA-64141: Can only have a single XMLType column when a table is shared.

Reason for the Error

An attempt was made to create a shared table with more than one columns.

Solution

Specify a correct shared table definition with only one XMLType column.