ORA-37133: (XSCCOMP08) Cannot write into an aggregated
VARIABLE dimensioned by a COMPRESSED COMPOSITE. Use the
CLEAR AGGREGATES command to reenable write access.



ORA-37133: (XSCCOMP08) Cannot write into an aggregated VARIABLE dimensioned by a COMPRESSED COMPOSI..

Answer / guest

Cause: The user attempted to store a value into to a
variabled dimensioned by a compressed composite, and the
variable had previously been precomputed using the AGGREGATE
command. 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. Note that CLEAR AGGREGATES will remove all the
data computed during the last AGGREGATE command on this
variable.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-30931: Element 'string' cannot contain mixed text

1 Answers  


ORA-18008: cannot find OUTLN schema

1 Answers  


ORA-14107: partition specification is required for a partitioned object

1 Answers  


PCC-01513: FIPS warning: Unsupported datatype in line number of file string

1 Answers  


ORA-12400: invalid argument to facility error handling

1 Answers  


SQL*Loader-00604: Error occurred on an attempt to commit

1 Answers  


SQL*Loader-02026: the load was aborted because SQL Loader cannot continue.

1 Answers  


ORA-00163: internal database name length string is greater than maximum (string)

1 Answers  


KUP-04003: error while closing file string

1 Answers  


ORA-01196: file string is inconsistent due to a failed media recovery session

1 Answers  


QSM-01104: query is using flashback

1 Answers  


ORA-06751: TLI Driver: bound addresses unequal

1 Answers  


Categories