Semaphore Media and Development

…at the crossroad of creativity and technology…

  • home
  • about
  • blog
  • contact

May 3, 2011
Posted by admin

Installing 32-bit and 64-bit Oracle 11g R2 ODAC to work with BizTalk 2010 Oracle adapters

Installing Oracle’s ODAC drivers can be a struggle since the installation guide, from both Oracle and Microsoft, does not spell out the gotcha’s. After a few days of testing, we finally got it right. Here are the steps taken to ensure that both versions are supported by BizTalk 2010.

1. Download both 32-bit and 64-bit of Oracle Instant Client (http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html)

2. First install the 64-bit version. This is important! If you install 32-bit version version first then you’ll run into a slew of errors during installation.

3. When prompted for installation options, choose custom install.

4. Select the following components:
MTC
Oracle Net
Admin Assistant
Oracle Counter for Windows Performance
OLE
OLE DB
ODBC
Data Provider for .NET

5. After 64-bit client is installed, install 32-bit client next.

6. For 32-bit client install, choose the same components as 64-bit install. Make sure to install to a different file folder than the 64-bit folder.

7. Choose ignore if there is a warning regarding the existence of MTC

8. After both installation is completed, verify the following components are installed.

Oracle.DataAccess 2.112.1.0 (X86 and AMD64)
Policy.2.102.Oracle.DataAccess (X86 and AMD64)
Policy.2.111.Oracle.DataAccess (X86 and AMD64)

9. If the 64-bit version of Policy.2.102.Oracle.DataAccess or Policy.2.111.Oracle.DataAccess is missing in GAC, goto \product\11.2.0\client_64\odp.net\PublisherPolicy\2.x\ folder and GAC it. (make sure to run GACUTIL as Administrator to avoid policy permission issue)

No Comments

Posted Under Uncategorized

  • Bookmark and Share

No Comments Yet

You can be the first to comment!

Leave a comment

You must be logged in to post a comment.

  • Recent Blog Posts
    • deploy Visual Studio database project through TFS 2010 build
    • MQSC adapter not available in Biztalk Administration console
    • generating polling statement schema via WCF-Oracle DB adapter
    • Installing 32-bit and 64-bit Oracle 11g R2 ODAC to work with BizTalk 2010 Oracle adapters
    • Restoring master secret when migrating BizTalk installation to a new server