When I attempt to run my report I receive the following error:
There was an error executing the data source: An error occurred while executing the data source (Code: -2146232008): ORA-01036: illegal variable name/number
The query string that I provide works correctly when executing against the database( select * from proc_names).
Generally this error means there is a problem with a variable that I am passing but in this case I am not passing any variables.
Will the report module work with ad-hoc queries or with stored procedures only?
Any help is appreciated.
Thanks.
Derek