oracle.xdo.XDOException:java.sql.SLQSyntaxErrorException:[Hyperion][DB2 JDBC Driver][DB2]ILLEGAL SYM
A user is creating a BI Publisher data model/report in OBIEE 11.1.1.6.7 and the database is DB2 9.7. They created a report filter text box called Product Category. They have a parameter in the SQL so that is comes out "WHERE prod.prod_cat IN (:ProdCat_Param)". A single value like 1 works. Multiple values separated by commas like 1,2,3 fails with the error message in the subject line. Technically "WHERE prod.prod_cat IN (1,2,3)" is syntactically correct.
I have searched My Oracle Support Kbase and Google with keywords such as
I have searched My Oracle Support Kbase and Google with keywords such as
- BI Publisher 11g "Illegal Symbol"
- BI Publisher 11g Illegal Symbol
0