Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-37130

(XSCCOMP05) %a workspace object workspace object workspace object
Cannot aggregate over COMPRESSED COMPOSITE %1p using AGGMAP %2p because you must specify AGGINDEX OFF when there is a PRECOMPUTE clause on a RELATION over base %3p.

Cause

A PRECOMPUTE clause was specified in the AGGMAP for a RELATION over a base of a COMPRESSED COMPOSITE, but AGGINDEX was ON.


Action

Remove the PRECOMPUTE clause from the AGGMAP, or add AGGINDEX OFF.