When SSIS is connected to Oracle, the following error occurs: These components are supplied by Oracle Corp.

Source: Internet
Author: User
Tags ssis

In the morning, A friend sent an email to a SSIS connection to Oracle. The specific error message is as follows:

 

 

Cause:

 

1. Because BIDS are 32-bit applications, even on 64-bit machines, they cannot use 64-bit applications. Therefore, connection to Oracle from 64-bit machines fails.

 

2. Because

 

The solution is as follows:
  • 11G fullClient.
  • 32 AND the 64 bitVersion of11G fullClient (Installation Type: Administrator) and reboot the server afterwards. the 32 bit version is needed for development from BIDS with is 32 bit, the 64 bit version is needed for production with the SQLAgent, which is 64 bit.
  • Oracle provider for OLE DB"From SSIS, don't use the" Microsoft Provider for Oracle "because a 64 bit version of it does not exist.

 


HKEY_LOCAL_MACHINE \ Software \ Microsoft \ MSDTC \ MTxOCI
Make sure the following values are entered:

HKEY_LOCAL_MACHINE \ Software \ Wow6432Node \ Microsoft \ MSDTC \ MTxOCI
Make sure the same values as above are entered.

 

From: http://sqlblog.com/blogs/jorg_klein/archive/2011/06/09/ssis-connect-to-oracle-on-a-64-bit-machine.aspx

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.