Category Archives: ORA Database Error Messages

ORA-33024: (XSAGDNGL11) AGGMAP workspace object contains duplicate information

oracle

ORA-33024: (XSAGDNGL11) AGGMAP workspace object contains duplicate information
Cause: The aggmap contains multiple instances of a clause that can only be specified once
Action: Remove the extra clause

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33022: (XSAGDNGL10) The measure dimension workspace object must be a TEXT or ID base dimension that does not dimension AGGMAP workspace object, but is in the same analytic workspace

oracle

ORA-33022: (XSAGDNGL10) The measure dimension workspace object must be a TEXT or ID base dimension that does not dimension AGGMAP workspace object, but is in the same analytic workspace
Cause: A MEASUREDIM was supplied in the AGGMAP that was not acceptable
Action: Modify the MEASUREDIM clause to specify a valid dimension

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33020: (XSAGDNGL09) %a workspace object number number In AGGMAP %p, the MIN argument of %p must be less than the MAX argument of %p

oracle

ORA-33020: (XSAGDNGL09) %a workspace object number number In AGGMAP %p, the MIN argument of %p must be less than the MAX argument of %p
Cause: The min argument was greater than the max argument
Action: Adjust the min and max arguments so that min is less than max

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33018: (XSAGDNGL08) In AGGMAP workspace object, the data type of workspace object must be TEXT, not string

oracle

ORA-33018: (XSAGDNGL08) In AGGMAP workspace object, the data type of workspace object must be TEXT, not string
Cause: An operator variable was supplied whose data type is not TEXT
Action: Change the operator clause to reference a TEXT variable

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33016: (XSAGDNGL07) In AGGMAP workspace object, workspace object is not a valid operator or variable name

oracle

ORA-33016: (XSAGDNGL07) In AGGMAP workspace object, workspace object is not a valid operator or variable name
Cause: An invalid argument was supplied to the OPERATOR clause in the relation statement
Action: Fix the OPERATOR clause so that it specifies either a valid variable name or a valid operator

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33014: (XSAGDNGL06) In AGGMAP workspace object, variable operator workspace object cannot be dimensioned by rollup dimension workspace object

oracle

ORA-33014: (XSAGDNGL06) In AGGMAP workspace object, variable operator workspace object cannot be dimensioned by rollup dimension workspace object
Cause: Operator variables cannot have the rollup dimension as one of their base dimensions
Action: Modify the definition of the operator variable so that the current rollup dimension is not one of its bases

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33012: (XSAGDNGL05) AGGMAP workspace object contains invalid syntax

oracle

ORA-33012: (XSAGDNGL05) AGGMAP workspace object contains invalid syntax
Cause: A line in the AGGMAP contains invalid syntax
Action: Change the line to have valid syntax

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33010: (XSAGDNGL04) Relation workspace object is duplicated in the AGGMAP workspace object

oracle

ORA-33010: (XSAGDNGL04) Relation workspace object is duplicated in the AGGMAP workspace object
Cause: Two RELATION statements in the AGGMAP reference the same relation object
Action: Remove the duplicate RELATION statement

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33009: (XSAGDNGLPREC) In AGGMAP workspace object, PRECOMPUTE may only be specified either for the entire AGGMAP or for individual RELATION statements

oracle

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

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-33008: (XSAGDNGL03) The relation workspace object is not a relation over a base dimension of AGGMAP workspace object

oracle

ORA-33008: (XSAGDNGL03) The relation workspace object is not a relation over a base dimension of AGGMAP workspace object
Cause: A relation was named in a RELATION clause of the AGGMAP that is not a relation for a base dimension of the AGGMAP
Action: Name a valid self-relation in the RELATION statement, that is, one that has a dimension that dimensions the AGGMAP

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/