OracleLoader / Mono

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
ekramer17
Posts: 4
Joined: Mon 30 Nov 2009 19:24

OracleLoader / Mono

Post by ekramer17 » Mon 30 Nov 2009 19:45

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.

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

Post by Shalex » Tue 01 Dec 2009 10:51

You are right. OracleLoader is not supported in the Direct mode, and thus this class is not available under Mono.

ekramer17
Posts: 4
Joined: Mon 30 Nov 2009 19:24

Post by ekramer17 » Fri 04 Dec 2009 14:18

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?

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

Post by Shalex » Mon 07 Dec 2009 15:06

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.

ekramer17
Posts: 4
Joined: Mon 30 Nov 2009 19:24

Post by ekramer17 » Mon 07 Dec 2009 20:17

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?

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

Post by Shalex » Fri 18 Dec 2009 09:51

We will investigate such possibility and notify you about the results as soon as possible.

ekramer17
Posts: 4
Joined: Mon 30 Nov 2009 19:24

Post by ekramer17 » Fri 18 Dec 2009 17:44

That's great. Thank you!

Post Reply