ORA-34296: (MXDCL36) A NUMBER dimension must be defined with
a fixed precision and scale, using the form
NUMBER(precision) or NUMBER(precision, scale).



ORA-34296: (MXDCL36) A NUMBER dimension must be defined with a fixed precision and scale, using the..

Answer / guest

Cause: The user attempted to define a NUMBER dimension
without specifying a precision. The proper format for
declaring a number dimension is NUMBER(Precision) or
NUMBER(Precision, Scale). NUMBER with no precision or scale
is not allowed.

Action: Use NUMBER(Precision) or NUMBER(Precision, Scale) to
specify the datatype of a NUMBER dimension.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

TNS-00522: Operation was interrupted

1 Answers  


ORA-27141: invalid process ID

1 Answers  


LPX-00265: read failed from to host ~s

1 Answers  


AMD-00141: parameter string of "string" not valid starting around "string"

1 Answers  


ORA-22977: missing or invalid attribute

1 Answers  






ORA-24029: operation not allowed on a single-consumer queue

1 Answers  


ORA-31511: name exceeds maximum length of 30 characters

1 Answers  


TNS-12645: Parameter does not exist.

1 Answers  


NPL-00312: attempt to put ASN.1 "UNIV" type with illegal tag string

1 Answers  


ORA-39022: Database version string is not supported.

1 Answers  


RMAN-06207: WARNING: string objects could not be deleted for string channel(s) due

1 Answers  


ORA-14156: invalid number of subpartitions specified in [SUBPARTITIONS | SUBPARTITION TEMPLATE] clause

1 Answers  


Categories