Can I Use OCI mode of Oracle Connection in Ubuntu

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
arun507
Posts: 4
Joined: Sun 08 Dec 2013 07:40

Can I Use OCI mode of Oracle Connection in Ubuntu

Post by arun507 » Fri 13 Dec 2013 11:02

Can I Use OCI mode of Oracle Connection in Ubuntu?

I am using Direct mode to connect Oracle but got the error "ORA-01008: not all variables bound" while executing some queries.Actually,in direct mode most of the queries are working fine but some of the queries are getting the above error.Is there any fix in direct mode?
I saw http://forums.devart.com/viewtopic.php?t=16604 problem.
So I want to know if there any possibility to connect in OCI mode in Ubuntu.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Can I Use OCI mode of Oracle Connection in Ubuntu

Post by Shalex » Wed 18 Dec 2013 14:16

arun507 wrote:Can I Use OCI mode of Oracle Connection in Ubuntu?
Currently only the Direct mode is supported under Mono. We will investigate the possibility of implementing Mono support in OCI mode.
arun507 wrote:I am using Direct mode to connect Oracle but got the error "ORA-01008: not all variables bound" while executing some queries.
Please send us a small test project with the corresponding DDL script of database objects for reproducing the error. Also tell us:
1) the version (x.x.x.x) of your dotConnect for Oracle
2) the versions of your Mono and Ubuntu

Post Reply