Page 1 of 1

NetConnection + Table As Parameter

Posted: Thu 16 Jun 2011 10:31
by neonomaly
Hello,

Is it possible to use tables/arrays as parameters for queries through Net(Direct) Connection in latest version of ODAC? If it is possible give example...

Posted: Thu 16 Jun 2011 11:18
by AlexP
Hello,

Such Oracle types as OBJECT, ARRAY, REF, XML, BINARY_DOUBLE, BINARY_FLOAT are not supported in the Direct mode.
You can find more detailed information in the ODAC help, the Connecting in Direct Mode topic.
We plan to add the possibility of working with these types in the Direct mode in the future.

Posted: Sun 19 Jun 2011 14:22
by neonomaly
What minimal part of Oracle client should be installed for using ODAC through Client Connection Mode?

Posted: Mon 20 Jun 2011 07:30
by AlexP
Hello,

You can use Oracle Instant Client that does not require installation and includes the minimal number of necessary files for working in the OCI mode (You can downloaad Oracle Instant Client at the Oracle official site).