ORA-01008: not all variables bound

Stimulsoft Reports.NET discussion
katsifos
Posts: 9
Joined: Sat Feb 01, 2014 7:02 pm

Re: ORA-01008: not all variables bound

Post by katsifos »

oops ,
.sql extention is was not allowed and it is not uploaded
Sorry
Attachments
test_shema3.txt
(29.17 KiB) Downloaded 395 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: ORA-01008: not all variables bound

Post by Alex K. »

Hello,

It is not our error message. This is the issue on the Oracle side. Please try to run this query with the OracleDataAdapter in your project, you get the same message. In this case you need to check the Oracle documentation to fix this issue.

Thank you.
Attachments
Capture.PNG
Capture.PNG (35.5 KiB) Viewed 2678 times
katsifos
Posts: 9
Joined: Sat Feb 01, 2014 7:02 pm

Re: ORA-01008: not all variables bound

Post by katsifos »

yes correct this is oracledataccess provider error . post it to oracle support.

try the same code as above and with devart provider for oracle and passes correct.
Is it possible to connect stimulsoft with devart provider for oracle and not dot connect universal of devart.

Regards
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: ORA-01008: not all variables bound

Post by Alex K. »

Hello,

We need some additional time for check dotConnect for Oracle provider. We will let you know about the result.

Thank you.
katsifos
Posts: 9
Joined: Sat Feb 01, 2014 7:02 pm

Re: ORA-01008: not all variables bound

Post by katsifos »

After a lot of consulting

The statement passe if set
OracleCommand.BindByName = true ;
for odp.net adapter. ODP.NET bind by position (default) for parameter binding .

How is it Possible to enable it from StiOracleOdp in Report ?
Regards.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: ORA-01008: not all variables bound

Post by Alex K. »

Hello,

Please try to add this option in StiOracleODPSource in UpdateParamaters method in OracleODP adapter.

Thank you.
Attachments
Capture.PNG
Capture.PNG (26.82 KiB) Viewed 2667 times
katsifos
Posts: 9
Joined: Sat Feb 01, 2014 7:02 pm

Re: ORA-01008: not all variables bound

Post by katsifos »

thank you very much !!!
it works perfect now.
Regards
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Re: ORA-01008: not all variables bound

Post by Andrew »

Hello,

Great! Have a nice day!
Post Reply