ORA-33009: (XSAGDNGLPREC) In AGGMAP workspace object
, PRECOMPUTE may only be specified either for the entire AGGMAP or for individual RELATION statements.What triggered the Error:
PRECOMPUTE was specified both as a line in the AGGMAP and on at least one of the RELATION lines, or it was specified more than once as a line of the AGGMAP.What should we do to fix it:
Remove either the PRECOMPUTE line, or the PRECOMPUTE specification for all of the RELATION lines.