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.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...