When I specify the query via Data-> Report Query I get the below error. It doesn’t say what the invalid character is though. Any idea on how to resolve this?
Caused by: java.sql.SQLException: ORA-00911: invalid character
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem was a semicolon (“;”) character in the middle of the query. The query ran in oracle SQL developer because the semicolon broke the query at a valid place.