I have a proble with binding parameters in a report I've done these steps: 1-created a parametrized query 2-created a report and bonded its internal dataset When I bind my report parameters with shared dataset parameters I face this error while viewing report : ORA_01008:NOT ALL VALIABLE BOUNDED Tip: My report connects to oracle using ole db..
Asked
Active
Viewed 69 times
0
-
2This has been discussed a number of times on SO, including [here](https://stackoverflow.com/questions/7493028/ora-01008-not-all-variables-bound-they-are-bound). Check the comments under the question here -- there's a checklist for fixing the issue. Likely related to the query. – Steve-o169 Jan 30 '19 at 13:27
-
Thank you so much.It helped.I removed the comments now it works,so strange ! – user3577606 Feb 02 '19 at 05:37