How to fix the Oracle error XOQ-00509: Invalid value string “(string)” is used for a value of dimension “(string)”.?

In this post, you’ll learn more about the Oracle ErrorXOQ-00509: Invalid value string “(string)” is used for a value of dimension “(string)”. with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

XOQ-00509: Invalid value string “(string)” is used for a value of dimension “(string)”.

Reason for the Error XOQ-00509: Invalid value string “(string)” is used for a value of dimension “(string)”.

Cause: The query contained an incorrectly formatted value string. The accepted formats are “HIERARCHY::LEVEL::VALUE” in hierarchy-qualified value mode, or “[Dimension].[Hierarchy].[Level].[Value]” in ODBO compatibility mode.

How to fix the Error XOQ-00509: Invalid value string “(string)” is used for a value of dimension “(string)”. ?

You can fix this error in Oracle by following the below steps

Action: Correct the value string used in the query, or select values using the localValue attribute. For example, dimensionSource.select(dimension.getLocalValueAttribute().getSource().eq(“value”));

Tags :

Leave Your Comment