Oracle Solution for Error ora-37126

Solution for Oracle Error ORA-37126

ORA-37126: (XSCCOMP01) The COMPRESSED COMPOSITE workspace object

can only be used as a base of a single variable.

What triggered the Error:

The user attempted to DEFINE a variable dimensioned by a COMPRESSED COMPOSITE, but that COMPRESSED COMPOSITE is already being used by another VARIABLE.

What should we do to fix it:

Create a second COMPRESSED COMPOSITE for the second VARIABLE or add a measure dimension to the first variable.