ORA-36202 (XSAGOP01) 'number' is not a valid aggregation operator.
Description:
ORA-36202 (XSAGOP01) ‘number‘ is not a valid aggregation operator.
Cause:
An invalid string was provided for an aggregation operator.
Description:
ORA-36202 (XSAGOP01) ‘number‘ is not a valid aggregation operator.
Cause:
An invalid string was provided for an aggregation operator.
Description:
ORA-36204 (XSAGOP04N) %a workspace object string In AGGMAP %p, the NAOPERATOR %p must be HFIRST, HLAST or HEVEN.
Cause:
An invalid NAOPERATOR was specified.
Description:
ORA-36206 (XSAGOP04R) %a workspace object string In AGGMAP %p, REMOPERATOR %p must be MIN, MAX, FIRST, LAST, HFIRST, or HLAST.
Cause:
An invalid REMOPERATOR was specified.
Description:
ORA-36208 (XSAGOP05N) %a workspace object string string In AGGMAP %p, you can only specify NAOPERATOR %p with the PROPORTIONAL or EVEN operators, not %p.
Cause:
The user specified an NAOPERATOR when you were not using PROPORTIONAL or EVEN.
Description:
ORA-36210 (XSAGOP05R) %a workspace object string string In AGGMAP %p, you can only specify the REMOPERATOR %p with the PROPORTIONAL, EVEN, or HEVEN operators, not %p.
Cause:
The user specified a REMOPERATOR without using PROPORTIONAL, EVEN, or HEVEN.
Description:
ORA-36212 (XSAGOP06) %a workspace object string In AGGMAP %p, you can only specify the MIN, MAX, FLOOR, and CEILING arguments while using the PROPORTIONAL operator, not %p.
Cause:
The user specified MIN, MAX, FLOOR, or CEILING when using an operator other than PROPORTIONAL.
Description:
ORA-36258 (XSAGINFO00) When the AGGMAPINFO function is called, workspace object must be an AGGMAP.
Cause:
The AGGMAPINFO function was called with an object that is not an AGGMAP.
Description:
ORA-36260 (XSAGINFO01) You specified an invalid keyword when calling the AGGMAPINFO function.
Cause:
The call to AGGMAPINFO is invalid.
Description:
ORA-36290 (EIFMAKEF14) %a workspace object number You cannot export object %p, because EIFVERSION is set to %p. That version does not support dimensions of type NUMBER.
Cause:
The user tried to export a NUMBER dimension to an EIF file with the EIFVERSION option set to a number less than 80000. Versions previous to that eversion do not support NUMBER dimensions.
Description:
ORA-36342 (SNSYN200) The format of the CLEAR command is: CLEAR [ ALL | STATUS ] [ CHANGES | PRECOMPUTES | NONPRECOMPUTES | CACHE ] FROM var1 [var2, var3...] [USING aggmap]
Cause:
The syntax for the CLEAR command was invalid.