Nick Randell
Nick Randell

Reputation: 18295

Oracle from .Net with a 64 bit client

Has anyone had any luck of using Oracle from .Net on a 64 bit machine, and using the UDT capabilities of Oracle?

I've been able to use an x64 ODP.Net client, but cannot find one with any support for UDTs.

Thanks

Nick

[Edit] I've posted an answer below. The latest (as of December 2008) release is 11.1.0.7. This has support for 64 bit and UDT.

Upvotes: 5

Views: 1697

Answers (3)

Nick Randell
Nick Randell

Reputation: 18295

You need to use 11.1.0.7 release. This has UDT support and works with 32 and 64 bit.

Upvotes: 2

Jonathan Webb
Jonathan Webb

Reputation: 1573

I've been trying for some time to get the 64-bit edition of Windows Server 2003 to connect to an Oracle 8i instance. It doesn't seem to be possible other than doing it through a 32-bit VM.

Forced upgrading can really suck!

Upvotes: 0

Brad Bruce
Brad Bruce

Reputation: 7807

UDT capability is only listed in 11g clients and the latest 64 bit client is 10.2.0.3.

Not the answer you wanted, but the one that Oracle seems to be giving.

Actually I'm glad you asked this question. We're working on migrating to 64 bit server code and I wouldn't have thought to check for this.

Upvotes: 1

Related Questions