Database Error Messages

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

OCI-36389

(XSAGPARTDEP01) %a number number %J
Can not aggregate from PARTITION %1p into PARTITION %2p due to increasing sparsity along DIMENSION %3p.

Cause

The user is attempting to use partitions as a means of sparsity control, however they have set up their partitions in a manner that simply makes no sense. It is a simple fact that during aggregation data becomes more dense, not less dense, and yet their partitions indicate the opposite.


Action

Modify the partition template add the specified dimension into the source composite, or removing it from the target composite.