Oracle Error Message
ORA-33009: (XSAGDNGLPREC) In AGGMAP workspace object, PRECOMPUTE may only be specified either for the entire AGGMAP or for individual RELATION statements.
Reason for 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.
Solution
Remove either the PRECOMPUTE line, or the PRECOMPUTE specification for all of the RELATION lines.