Database Error Messages

OCI-37133

(XSCCOMP08) cannot write into an aggregated VARIABLE dimensioned by a COMPRESSED COMPOSITE

Cause

An attempt was made to store a value into to an aggregated variable dimensioned by a COMPRESSED COMPOSITE. Once the AGGREGATE command is run on a variable dimensioned by a COMPRESSED COMPOSITE, it becomes read-only until the computed values are removed with the CLEAR command.


Action

Run the CLEAR AGGREGATES command to remove the computed values from the variable and then rerun the failed operation. The CLEAR AGGREGATES command removes all of the data computed during the last AGGREGATE command on this variable.