Skip to main content
Question

Not All Variables bound Error in Report Modelling

  • June 10, 2026
  • 1 reply
  • 8 views

Forum|alt.badge.img+1

 Hi Team, I’m getting this kind of error when trying to save the .report model. but I RDF doesn’t throw any kind of error when deploying. Any thoughts?

 

1 reply

ashen_malaka_ranasinghe
Hero (Employee)
Forum|alt.badge.img+14

Hi ​@SenujaJ,

ORA-01008: Not All Variables Bound

This error means Oracle cannot match one or more bind variables in your SQL cursor to a defined parameter.

The most common fix in this scenario is simply a name mismatch or a missing parameter registration for one of the date parameters.