Page 1 of 1
OracleLoader / Mono
Posted: Mon 30 Nov 2009 19:45
by ekramer17
I want to use dotConnect for Oracle (specifically the OracleLoader class) under Mono. I thought I read somewhere in the forums that dotConnect under Mono only supports connecting in direct mode. However, the documentation states that the OracleLoader class is not available when using direct mode.
So, if both of those statements are true, then how can I use the OracleLoader class if I'm running under Mono?
Thanks in advance.
Posted: Tue 01 Dec 2009 10:51
by Shalex
You are right. OracleLoader is not supported in the Direct mode, and thus this class is not available under Mono.
Posted: Fri 04 Dec 2009 14:18
by ekramer17
Fair enough. I do need the functionality of the loader class under mono, though. How does the OracleLoader class initiate a direct path load without making a call to sqlldr?
Posted: Mon 07 Dec 2009 15:06
by Shalex
OracleLoader uses the OCI functionality (direct path load interface), but dotConnect for Oracle doesn't interoperate with OCI under Mono. The OracleLoader feature cannot be used under Mono.
Posted: Mon 07 Dec 2009 20:17
by ekramer17
I wouldn't mind calling an external C utility from my ASP.NET code ... would you happen to have available the OCI OracleLoader functionality written in C?
Posted: Fri 18 Dec 2009 09:51
by Shalex
We will investigate such possibility and notify you about the results as soon as possible.
Posted: Fri 18 Dec 2009 17:44
by ekramer17
That's great. Thank you!