SSIS used to integrate SQ Server and Oracle - Is it necessary both 32 and 64 bits Oracle Clients installed?

Hi all,
   SQL Server 2012 EE 64 bits (SOURCE)
    Oracle 12c 64 bits (DESTINATION)
   To make my solution - integrate SQL Server with Oracle - work, i had to install both 32 and 64 bits of the Oracle 12c Client. After that, i had to change the properties of my SSIS package to run on 32 bits only (properties > Debugging >
Run64BitRuntime set to FALSE). Before i made this change, the execution of my package was failing, but after setting Run64BitRuntime to false, the package ran successfully. Why is that?
   I am thinking of unistalling the 64 bits ORacle Client from my Windows Server, but i fear that if i uninstall, my package stop working. 
   Any suggestions/corrections will be most appreciated. 
   Thanks in advance
   OBS1: I am using ODBC as the source and destination tasks.

Hi FabrícioPJ,
The 32-bit and 64-bit versions of a provider have the same ID. Therefore, the SSIS runtime will select the appropriate version of the provider to use. 32-bit SSIS Designer always requires and uses the 32-bit version of a provider at design time. However
when running the package in 64-bit mode that the Run64BitRuntime project property is True, it automatically switches to the 64-bit version of the provider. When it couldn’t find 64-bit version of the provider, the package would be failed. For more details,
please see:
http://dougbert.com/blog/post/64-bit-considerations-for-sql-server-integration-services-final.aspx
So in your scenario, it seems that there is not a 64 bit provider for Oracle in your environment, so the issue occurs. Please make sure you have installed the correct 64-bit version of the Oracle provider.
To download Microsoft Connectors v2.0 for Oracle in SSIS 2012, Please refer to the link below:
http://www.microsoft.com/en-us/download/details.aspx?id=29283
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • I have two iphones , i lost one  and entered to find my iphone and as mistake i block both and delate all the data of both. how can i get it on, im trying to restore it , but its not working ...

    i have two iphones , i lost one  and entered to find my iphone and as mistake i block both and delate all the data of both. how can i get it on, im trying to restore it , but its not working ...

    Hi Roger
    Thank you for your reply.
    My original feed is: http://casa-egypt.com/feed/
    However, because I modified the feed http://feeds.feedburner.com/imananddinasbroadcast and nothing changed, I redirected it to another feed and then I deleted this feed.
    Is there any way to change the feed in itunes? The only feed I have now is  http://feeds.feedburner.com/CasaEgyptStation
    I tried to restore the feed http://feeds.feedburner.com/imananddinasbroadcast but feedburner refused.
    I know that I missed things up but I still have hope in working things out.
    Thanks is advance.
    Dina
    Message was edited by: dinadik

  • Export 11g-32 bit Oracle database- import  11g to 64 bit Oracle DB posible

    Hi experts,
    i want to export from 11gR2- 32 bit oracle production database and import into 11gR2 -64 bit oracle database.
    Can it possible or not???

    EdStevens wrote:
    Harshit DBA india wrote:
    Hi experts,
    i want to export from 11gR2- 32 bit oracle production database and import into 11gR2 -64 bit oracle database.
    Can it possible or not???What does it cost you to try it for yourself and see?“Only those who dare to fail greatly can ever achieve greatly.”

  • I have a separate apple id for itunes and imessenger and facetime can i merge both and just use one?

    I created a yahoo apple id as my main account on my macbook pro but then after a year it had a problem with signing in into imessenger and facetime on both my iphone and ipad so i read a solution from a thread that i need to create another id but it will be a different one and will only be used for my imessenger and facetime. When I tried associating my gmail (one i used for imessenger & facetime), I can't add it on my yahoo apple id account as it is an alternative email add. I just want to use one apple id for everything (icloud, itunes, imessenger and facetime) is there a way to do this? help me please.... thanks!

    Hi Monkey_Dawg,
    Welcome to the Support Communities!
    The articles below may be able to help you with this.
    Click on the links to see more details and screenshots. 
    iTunes Store: Subscribing to iTunes Match
    http://support.apple.com/kb/ht4914
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Cheers,
    - Judy

  • I decided to download the program from app store and I wrote, the necessary checks. and then I wrote that I had no right Idex. though I wrote it correctly

    Я решил скачать программу с магазина приложений, и я написал, необходимые проверки. и тогда я написал, что я не имел права IDEX. хотя я правильно написал

    You need to log into your Apple account and change your country. Take a look at this link,http://support.apple.com/kb/HT1311

  • HT1296 tried to update both iphone 5 and ipad mini and itunes sent errors to both and now on each device it says to connect to itunes but nothing happens

    i have tried to update both my iphone and ipad to the new software on itunes and both came up errors and locked me out telling me to connect to itunes but nothing happens

    Try putting them in DFU mode. This helped me when it happened to my iPhone 5.
    If you don't know how to do that there are plenty of tutorials on the internet. It only takes a couple seconds.

  • Is it possible to use dataguard between 64 bit oracle and 32 bit oracle

    primary db 64 bit oracle (10g r2)
    standby db 32 bit oracle (10g r2)
    is it possible to crate such a data protection solution with data guard that works
    thanks for your reply

    Hi,
    Here is a related thread, with comments by the author of the Oracle Data Guard book:
    http://dba.ipbhost.com/index.php?showtopic=1064
    The main requirement is Oracle software and O/S should be exactly same on primary and standby hosts.
    So you will need to install Linux 32 bit and same oracle software on both machines. I am not aware of any other modification that you will need.
    The chipset can be different as long as the O/S is same on both the hosts as I/O calls are created by O/S and are not dependent on chipset.
    Hope this help . . .
    Don Burleson
    http://www.dba-oracle.com

  • How to use java integrate with ondemand

    Hi All,
    As i'm new to integration, can anyone help me to use java integrate with ondemand that inserts some records in ondemand and deletes some records from ondemand in secheduled interval basis.?
    Thanks in advance..!
    regards
    sowm

    Greetings,
    hi forum...
    how to use Java WebStart with EJB ? examples ?Well, for starters these are complementing, not 'cooperating', technologies. I presume, since EJB's do not - directly, at least - communicate with a web browser, that you intend for "Java WebStart" to somehow invoke an EJB?? Java WebStart is a technology for running client-side (Java) applications from the web browser - perceptively, the application resides on the server, but technically it, like an applet, is downloaded to the client and run there. Unlike an applet, however, it is not constrained by "sandbox" restrictions and does not have to be re-downloaded each time it is invoked - though the process allows for automagically updating the client-side with new versions of the application. ;) So, with this in mind, to "use Java WebStart with EJB" means little more than deploying an EJB client application with Java WebStart as the distribution channel.
    thanks
    minduRegards,
    Tony "Vee Schade" Cook

  • Adobe Connect Enterprise Server 6 doesn't work on Firefox and Chrome

    Hi everyone,  we are using adobe connect enterprise server 6 recently the layout on Chrome and Firefox looks horrible but it works fine on IE, i have attach a photo of how it look on Firefox, any suggestion what the problem might be, thanks in advance.
    When we get this when we login:
    function showContentWithNav(url, pres, session, cw, ch, noScale, scrollbar, toolbar, status, location, target) {
            if (target == undefined)
                target = "";
    no need for adding session in URL. could be misused or mistakenly sent by user to others.
    and then used to access to webapp by someone.
    -- REMOVING IT   --
    var w, h, l, t;
    if (pres) {
    w = 0.96 * screen.width;
    h = 0.76 * screen.height;
    l = (screen.width - w) / 2;
    t = (screen.height - h) / 2;
    } else if (noScale) {
    w = cw;
    h = ch;
    l = (screen.width - w) / 2;
    t = (screen.height - h) / 2;
    } else {
    if (cw > 0 && ch > 0) {
    if (cw <= screen.width) {
    w = cw;
    h = w * ch /cw;
    if (h > screen.height) {
    h = screen.height;
    w = h * cw / ch;
    } else {
    w = 0.4 * screen.width;
    h = 0.3 * screen.height;
    l = (screen.width - w) / 2;
    t = (screen.height - h) / 2;
    var options = "toolbar=" + toolbar + ",status=" + status + ",location=" + location + ",resizable=1,left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;
    if (scrollbar==false)
    options += ",scrollbars=no";
    else
    options += ",scrollbars=yes";
    var win = open(url, target, options);
         * Default showContent window, which displays popup w/ no navigation.
        function showContent(url, pres, session, cw, ch, noScale, scrollbar, target) {
          var toolbar = 0;
    var status = 0;
    var location = 0;
    showContentWithNav(url, pres, session, cw, ch, noScale, scrollbar, toolbar, status, location, target);

    I opened a new Flex project and then tried again. I finally found that it's not a problem of flash but div rendering.
    It seems Firefox and Chorme don't pass mouse wheel event automatically if div layout is set to "absolute".
    Although this is not a Flex issue, any idea of passing that event to flash will be appriciated. I haven't find a way to do it so far :-(
    What I'm doing is editing the "index.tamplate.html" to test. I added a div to contain the div of "flashContent" and set it's style to:
        position: absolute;
        top: 150px; left: 150px;
        height: 250px; width: 250px;
        z-index: 10;
    Another div's z-index is set to 1 to test the overlay effect.
    The reason why I added a div to contain the original div of flash, is I cannot figure out a way to effectively edit the CSS of the "flashContent" div.
    Any help will be thankful!!

  • 10g R2 64-bit Oracle Database for MS Windows server 2003

    we are upgrading our 10.2.03 32 bit Oracle Enterprise DB on 32 bit MS windows server 2003 to 10.2.0.3 64 bit Oracle Enterprise DB 64 bit MS windows server 2003
    I got this Metalink ID
    Doc ID: 403522.1 How to Migrate Oracle 10.2 32bit to 10.2 64bit on Microsoft Windows
    I have searched for 10g R2 64 bit Oracle databases versions on MS windows server 2003 but din't gent any
    I am not sure whether this database works for 64 bit MS windows server 2003
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    please let me know from where I can download 64-Bit 10g R2 Oracle Enterprise DB for 64-bit MS windows server 2003
    Have posted in       
    English » Technology Network Community » Downloads section haven't seen any replies
    thought of posting here
    Thanks in Advance

    If you are running the x64 version of Windows 2003 and not the Itanium version, you will find 10.2.0.1 here:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winx64soft.html
    You may then patch it to 10.2.0.3 by downloading the patch from Metalink.
    Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Need code for Sales order creation in oops using xi as integration server

    Need code for Sales order creation in oops using xi as integration server.

    hi rocky,
              could you pls give a bit explanation on what you are expecting.
    regards,
    Pavan

  • Trouble importing data from Oracle 7.0.16.6.2 to Oracle 9i in SQL developer

    I am trying to backup my data on another Oracle Server. The version of Oracle I use for my active server is 7.0.16.6.2 and I want to back up to the main 9i server. First of all, can I do this? I can't connect directly to this old version of Oracle, so I've ran an export... but I can't seem to import it to the other server. I have been using SQL developer and when I try to run the file I get an error saying invalid identifier. I already have the schema set up on the new server and really only care about updating the rows. Thank you in advance for any advice.

    First of all a tip: for moving between databases, use EXP/IMP. The guys on the Database - Export/Import/SQL Loader & External Tables forum can help you further if needed.
    Regarding your failed attempt: how did you export, and how did you try to import in sqldev? At what statement exactly do you get the error?
    K.

  • How to install Oracle 9i on WIndows XP 64-bit?

    I downloaded Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition
    for Windows XP 2003/Windows Server 2003 (64-bit) from the web site.
    I run Windows XP Professional x64 version 2003 Service pack 1.
    When I am trying to run setup I am getting message "The image file is valid but not for your type of machine".
    Please help!
    Regards,
    Alex

    64 bit Oracle (9.2.0 and 10.1.0) on Windows is for Itanium only. AMD64 and EM64T are not supported for 64 bit Oracle on these releases.
    With 10g release 2 (not yet available last time I checked) there will be support for 64 bit Oracle on AMD64 and EM64T. Until then the only Oracle supported for your platform is the 32 bit version.

  • 4.6C Database instance installation for Oracle 10.2.0.2 64 bit

    Trying to Install 4.6C Database instance with R3SETUP for Oracle 10g database.
    The Oracle binaries for Oracle 10.2.0.2 64 bit are already installed.
    When i run SETUP.BAT for installing Database instance i get the following error.
    *Error: DBCOMMONDBENV_NT_ORA InternalColdKeyCheck 2 648*
    *Please install Oracle before continuing the installation!*
    I fail to understand the error since Oracle is already install.
    Please help resolving the issue.

    As per the previous discussion we had regarding SAP note 932722, Upgrading 10g by copying datafiles from the 32 bit server to 64 bit x86_64 server.
    The Oracle upgrade has been completed sucessfully as below,
    a) Oracle 10g binaries were installaed
    b) Datafiles copied from 32 bit server
    c) 10g upgrade completed using the perl scripts attached with the note
    Trying to install the Database instance using R3SETUP tool.

  • Installing 32 bit oracle on 64 bit windows 7

    My oracle application works only with 32 bit oracle.Now I need to install the application on a 64 bit windows 7.I tried installing oracle 11g 32 bit database on this machine(64 bit windows 7).During the final stages,it gave an error that the listener service has not started.When I checked the Services status in Computer Management->Services,I found that the listener has already started.I closed the error message and continued with installation.The installation completed successfully.But when I login to sql plus with my oracle database(SYSTEM/SYSTEM@MYHOSTNAME),it is giving tns error ORA 12541-TNS NO LISTENER.I tried every possible ways like restarting the service, and deleting the listener and creating it again,but still it doesnt work.
    If anyone has faced the same problem,please give me solution.
    I cannot try installing 64 bit oracle because my application is not compatible with 64 bit oracle.
    Edited by: 1001322 on Apr 20, 2013 7:22 AM
    Edited by: 1001322 on Apr 20, 2013 7:23 AM

    1001322 wrote:
    My oracle application works only with 32 bit oracle.Now I need to install the application on a 64 bit windows 7.I tried installing oracle 11g 32 bit database on this machine(64 bit windows 7).During the final stages,it gave an error that the listener service has not started.When I checked the Services status in Computer Management->Services,I found that the listener has already started.I closed the error message and continued with installation.The installation completed successfully.But when I login to sql plus with my oracle database(SYSTEM/SYSTEM@MYHOSTNAME),it is giving tns error ORA 12541-TNS NO LISTENER.I tried every possible ways like restarting the service, and deleting the listener and creating it again,but still it doesnt work.
    If anyone has faced the same problem,please give me solution.
    I cannot try installing 64 bit oracle because my application is not compatible with 64 bit oracle.
    Edited by: 1001322 on Apr 20, 2013 7:22 AM
    Edited by: 1001322 on Apr 20, 2013 7:23 AMIn addition to the other comments, you need to make the distinction between the oracle database and the oracle client.
    the application interacts directly with the oracle client software. The application should not know or care about the word length of the database.

Maybe you are looking for

  • Cannot install any apps from Creative Cloud in corporate environment.  Suspsected Firewall issues.

    Hello all.  I subscribed successfully and easily to CC on my home PC (iMac) and downloaded a few apps.  All is fine.  I wanted to download those same few apps on a remove machine I use several times a week (Win 7). After many many attempts of trying

  • [RESOLVED] vlc/mplayer Segmentation fault

    I was using an NVIDIA 7900GT which has since broke and now I have reverted to my NVIDIA 7300GS. I have been using archlinux for many years.  When I received the upgrade from the nvidia-100.14.19-6-i686 package, X would not load.  I looked around for

  • Setting connection timeout

    Anyone know how to set a timeout for a HttpURLConnection? Thanks, Ross

  • Help! I can't import photos!

    I just installed LR onto my Macbook and when I go to import photos and I click on a source.  Select a folder of photos nothing happens.  There is a circle at the bottom of the window that spins, but other than that, I get no images. What can I do?

  • Iphoto 9.5.1 + OsX Mavericks

    Hello i have Iphoto 9.5.1 and more Foldera and Albens. I ned for my Work more times the photo into Stuktur (Folder and Albens)  to Work in Windows based system. With my Iphoto can i not export the Strukture ??? Please Help my..