Download location for Oracle.DataAccess

I've installed the Oracle 11g Release 2 ODAC and Oracle Developer Tools for Visual Studio 11.2.0.1.2 on my development machine. I've developed an application that I now need to install on a server. I can't find a download for installing the Oracle.DataAccess.dll without the whole developer tool suite. Is there something I've missed?
I attempted to use the Oracle Database Client.Netx64 (not sure where I got this), but it fails when executing with a Java2 virtual machine crash.

Hi,
There is currently no 64 bit version of 11.2.1.2.
If your app does not need .net 4 support, you could recompile with 2.x 11.2.0.1.0, and then run it on a box that has 64 bit 11.2.0.1.0 full client installed.
If you need .NET 4 support, you'll probably need to run it as 32 bit until 64 bit ODAC comes out.
http://forums.oracle.com/forums/ann.jspa?annID=1356
Hope it helps, corrections/comments welcome.
Greg

Similar Messages

  • Help needed in Finding Download location for Sun One Portal 7

    Hi,
    help needed for finding download location for Sun ONE Portal 7. I tried to find in Oracle Download page ,
    http://www.oracle.com/us/sun/sun-products-map-075562.html, But unable to find.
    Please share the link for download location.
    I am totally new in Sun ONE Portal.
    Thanks,
    Edited by: 945439 on Oct 5, 2012 3:41 AM

    try edelivery.oracle.com under sun products.

  • Prerequisites download location for SharePoint 2013 SP1 on Windows 2012 R2 platform

    Can any one share prerequisites download location for SharePoint 2013 SP1 on Windows 2012 R2 SP1 platform.

    Did you see this
    http://blogs.technet.com/b/cjrawson/archive/2014/04/06/offline_2d00_sharepoint2013sp1_2d00_prerequisites_2d00_server2012r2.aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Is there a download location for CS6 available?

    I purchased the full version of CS6 Design and Web Prem. edition along with 2 upgrades to CS6.  I'm having difficulty locating the download location for these installations.   Is it only available in the Creative Cloud?  The software license was purchased thru a 3rd party vendor...I have the WIN and MAC S/N's.  Thanks.

    This is the link for downloading CS6 Design n Web premium:
    For Win:
    http://trials2.adobe.com/AdobeProducts/DSST/CS6/win32/DesignWebPremium_CS6_LS16.7z
    http://trials2.adobe.com/AdobeProducts/DSST/CS6/win32/DesignWebPremium_CS6_LS16.exe
    For Mac:
    http://trials2.adobe.com/AdobeProducts/DSST/CS6/osx10/DesignWebPremium_CS6_LS16.dmg
    Note: Stay signed in into Adobe.com with your Adobe ID and mandatory to stay on this page: http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us before you copy paste the above links in the address bar to start downloading the trials and later on use your SNs to serialize your software.

  • The type initializer for 'Oracle.DataAccess.Client.OracleClientFactory'

    Hi
    Microsoft Visual Studio 2008
    Version 9.0.21022.8 RTM
    Microsoft .NET Framework
    Version 3.5 SP1
    Oracle Developer Tools for Visual Studio 11.1.0.7.20
    I have DB 11.2.0.1 installed on my machine ( OraDb11g_home1 ) and ODT in another home OraClient11g_home1 on my Windows 7 32-bits
    After installing ODT I tried to create a new DataSource, it succeeded (test connection is succesful) but while saving I get
    "The type initializer for 'Oracle.DataAccess.Client.OracleClientFactory' threw an exception." messagebox.
    In registry I have both keys
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\2.111.7.20
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\2.112.1.0
    of course I can connect to db from both homes.
    I've been searching for simmilar issues but have not found something that would help me solve this one.

    ODP.NET actually consists of several DLLs, some managed, some not. If you are missing one of the DLLs in the chain or it somehow picks up mismatched DLLs from several different versions then you will get this error. So if you hand copied DLL's rather than using an installer, this might be the cause.
    Another typical cause of this error is that you deployed your application to another machine (web server) and did not properly install ODP.NET over there.
    The best solution is to reinstall ODP.NET using the installer on the machine where you will run your application. If you already have ODP.NET there, make sure it is the right version and perform a clean up to make sure old versions are not lying around.

  • The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw

    Hi All,
    I am .Net developer [.Net Fream work 2.0].
    In my new windows [C#] project , I have to use oracle Database [11g] which is intalled in one of the server.
    I have installed [my local mechine] odp.net and Oracle.DataAccess.dll version is 2.111.7.20.
    I added reference the above dll and its working fine in my mechine.
    I have build the applicatrion with release option. then i moved the release folder to QA mechine [because QA team needs to test. when the are testing , they are getting below msg
    "The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw "
    Please could some one can help,
    whether i have to intall odp.net in QA mechine also ?
    thanks
    Babu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    As per my experience, Type initializer exception by ODP coulod also be due to mismatch between ODP.Net and dependant layers, especially with the service layer, which communicates with the OCI.
    So, please do following:
    - As suggested earlier, if not installed and then do install the ODP ship home on the target test machine.
    - If already installed, ensure that versions do match, essentially you cannot pick a different ODP dll and try to make it work with a different version of ship home dlls.
    thanks,
    Mrinal

  • Type initializer for 'Oracle.DataAccess.Client.CThreadPool' threw an excep.

    Hi all,
    I have a .NET application which save data in an oracle database (about 2000 database read / write each day).
    Every thing works fine since few years...
    However, yesterday, one of my client got this error :
    System.Runtime.InteropServices.SEHException: External component has thrown an exception.
    at Oracle.DataAccess.Client.CThreadPool..cctor()
    The type initializer for 'Oracle.DataAccess.Client.CThreadPool' threw an exception.
    at Oracle.DataAccess.Client.CThreadPool.SetMaxThreads(UInt32 MaxWorkerThreads, UInt32 MaxIOCompletionThreads)
    at Oracle.DataAccess.Client.OracleCommand.set_CommandTimeout(Int32 value)
    Any ideas ?
    Regards.

    Hi,
    thanks for the answer. Yes the Inner exception returns "The provider is not compatible with the version of Oracle client".
    Could it be the Oracle Client Version? I just noticed that on that machine there is the Oracle Client version 11.1.

  • Where can i download jdeveloper for oracle 9i?

    where can i download jdeveloper for oracle 9i?
    i run a db of 9i platform.
    i guess that if i want to use jdeveloper its should be , acordingly , the 9i version , but i cant find the exac dounload page.
    pls. help me!

    Hi,
    you find 10.1.3.x and 10.1.2 versions of JDeveloper here
    http://www.oracle.com/technology/software/products/jdev/archives.html
    Frank

  • Where download documentation for Oracle WebCenter Suite R3?

    where download documentation for Oracle WebCenter Suite R3?

    Hi,
    Most documentation is available online. Have a look at these places:
    [http://www.oracle.com/technology/products/webcenter/documentation.html]
    or
    [http://download.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/toc.htm]
    Regards,
    Jeroen van Veldhuizen

  • Whats are the connectors downloadable names for Oracle ERP and HRMS?

    Hi,
    I tried to download connector for Oracle ERP and HRMS. But there is not connectors for the same. Am looking at wrong place?
    Can someone give me downloadable links for Oracle ERP and HRMS!!
    Thanks,
    murli

    Oracle is rearranging the download page again.
    Go here: http://www.oracle.com/technology/software/products/ias/htdocs/connectors.html
    for connectors.
    Best regards
    -Martin

  • Different download locations for podcasts/videos?

    I primarily use a MBP, so I have to think about limited HD space.
    Does anyone know of a way to set iTunes to download podcasts to an external drive, without having to change my iTunes library location?
    It seems like it would be a really good idea for iTunes to support multiple locations for multiple file types (videos especially).
    Anyway, thanks for any help you can give,
    M
    Macbook Pro 15" 2.33Ghz 2GB RAM 200GB   Mac OS X (10.4.8)  

    If you hold down the Option key when you launch iTunes you can have multiple libraries.
    If you set up a new one just for podcasts on an external drive would that work?
    Full details here:
    http://docs.info.apple.com/article.html?artnum=304447
    Regards,
    Colin R.

  • Download location of Oracle OpenSSO Security Token Service

    I am not finding the war file for Oracle OpenSSO Security Token Service, where can I download it from? The docs say that it is part of OpenSSO server but I dont find that in oracle_opensso_80U2.zip also. Please let me know where can I get it from?

    http://download.oracle.com/otn/nt/middleware/11g/oracle_openssosts_11gr1.zip
    Just so you know, Oracle has released its Oracle STS server as part of the 11.1.1.5 distribution of Identity and Access Management as well.

  • Download link for Oracle Database 10g Documentation seems to be broken.

    Hi,
    I am trying to download the documentation for Oracle Database 10g but the zip archive seems to be corrupt. The md5 checksum for the file I have downloaded is:
    $> md5 Downloads/B19306_01.zip
    MD5 (Downloads/B19306_01.zip) = 75551f2bb5cfeecedcd08e2e6ac71bf7
    and the unzip output is:
    $> unzip Downloads/B19306_01.zip
    Archive: Downloads/B19306_01.zip
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of Downloads/B19306_01.zip or
    Downloads/B19306_01.zip.zip, and cannot find Downloads/B19306_01.zip.ZIP, period.
    Also, the file size of my downloaded file is 443.4 MB but the size mentioned on the download page is 445.8 MB
    I have twice tried to download the file but both times I get the same corrupt zip error. Can any one confirm the status of the file.
    Oracle Database 10g Documentation Download page:
    http://www.oracle.com/technetwork/database/database10g/documentation/database10gr2-087366.html

    it worked for me
    1239489356         461527463  63%                            20200 files
    bcm@bcm-laptop:~/Downloads/V10_docs$ ls
    B19306_01.zip
    bcm@bcm-laptop:~/Downloads/V10_docs$ ls -l
    total 454056
    -rw-r--r-- 1 bcm dba 464948533 2011-01-08 16:46 B19306_01.zip

  • Firmware download location for WRE54Gv3 ???

    I got a unit back from Linksys that went in for repair/replacement.  The v3 unit that I got back is running "3.04.01 June 08 2006" firmware.  Upon seeing that I decided I should probably upgrade the firmware on all my other v3 units to this latest and greatest, but cannot find where that version of firmware comes from. 
    The version on the web is v2.01.12.  Where can I find 3.x? (I suspect the web site is broken and someome from Linksys/Cisco needs to get it fixed)
    Thanks!

    2stringbassist wrote:
    Yes, I'm one of those poor souls who needs XP drivers for a SB Platinum li've card SBLW-XPWEB-W3-US is the download I'm looking for - does anyone have a working download location, please? Cheers, Ian E
    Why just this version you mentioned?
    You find driver on future by following the Support/Download menu option on this page header!!!
    Here is the drivers last update.
    jutapaMessage Edited by jutapa on 0-24-2006 05:06 AM

  • Define location for "Oracle Jar Cache" of jinitiator

    Hello,
    I'd like to know is it posible to define the location of Oracle Jar Cache with some parameters like installing in silent mode....
    This problems has occured because we have for users files home directory on network file server and jinitiator automaticlly put Oracle Jar Cache on file server.
    For Example i'd like to have C:\Oracle Jar Cache
    regards,
    Tilen
    Message was edited by:
    Ttreven

    If you change the location of the jar cache via the console the location entry is written into a file in your local profile:
    Directory
    .jinit (for JInitiator)
    .java (for Java Plug-In)
    File
    properties<version_of_JInitiator or Java Plug-In>.
    Only modified entries are written to this file (otherwise the default is valid).
    You can modify this file programmatically after installation or possibly during installation process.

Maybe you are looking for