Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4385

Bug - Bind variables not recognised in model clause - Toad 12.10.0.30

$
0
0

It appears there is a bug in the model clause where bind variables are not picked up for value entry at execution time. See the following simple example - if run in Toad, the window pops up to accept the bind variable value input, however the bind variable isn't listed.

Select *
  From dual
 Model 
   Dimension by (dummy d)
   Measures ('A' v)
   Rules (
     v['X'] = :val
   );

Viewing all articles
Browse latest Browse all 4385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>