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-00702: bootstrap verison 'string' inconsistent with version 'string'

1 Answers  


ORA-29835: ODCIGETINTERFACES routine does not return required interface(s)

1 Answers  


ORA-22910: cannot specify schema name for nested tables

1 Answers  


ORA-24367: user handle has not been set in service handle

1 Answers  


ORA-08265: create_ora_addr: cannot open nameserver

1 Answers  






ORA-12417: database object "string" not found

1 Answers  


ORA-24359: OCIDefineObject not invoked for a Object type or Reference

1 Answers  


ORA-12709: error while loading create database character set

2 Answers  


ORA-00000: normal, successful completion

1 Answers  


RMAN-08132: WARNING: cannot refresh aged file list

2 Answers  


ORA-32809: foreign queue string is already registered

1 Answers  


ORA-28507: error in data dictionary view string

1 Answers  


Categories