Oracle Error ORA-34243: (MXDCL11) You can only use the string keyword when defining a COMPOSITE.

Oracle Error Message

ORA-34243: (MXDCL11) You can only use the string keyword when defining a COMPOSITE.

Reason for the Error

User supplied the COMPRESSED keyword when defining an object that was not a COMPOSITE.

Solution

If the intent is to create a compressed composite, make sure that the object type is COMPOSITE. Otherwise, remove the COMPRESSED keyword from the command string and rerun.