Odac install

Hi Friends,
   I've installed 11.2.0.1.0 basic Instant client on Windows 2008 R2 server. I ran OUI installer as administrator. Sqlplus and ODBC connection to the databases work fine.
I would need to install ODAC components on top of it, I know the ODAC install comes with the oracle client but since I've installed the instant client I think it should be fine. I'm getting the below error when installing the ODAC components (ODAC112021Xcopy_x64.zip). I opened command prompt as administrator..
[code]
D:\downloads\ODAC112021Xcopy_x64>set oracle_home=D:\oracle\product\11.2.0\client_1
D:\downloads\ODAC112021Xcopy_x64>install.bat all D:\oracle\product\11.2.0\client_1 odac
Sharing violation
The system cannot find the path specified.
[/code]
   I made sure OracleMTSRecoveryservice is not running. Oracle home is in the path env variable. I've created tns_admin variable in the path variable as well. Not sure what I'm missing..  I've installed the Instant client and ODAC components (same install files) on Windows 2003 R2 server and it works just fine. I'm not sure if it's the problem with Windows 2008?  ALso want to mention SQL Server 2008 runs on the same server.
ANy help is much appreciated..Thanks a lot.

Has anyone got similar kind of errors?? Thanks much

Similar Messages

  • ODAC install for 64bit Windows 7

    I am looking for an ODAC installer that I can run on Windows 7 64 bit. I have the 11.2 client installed already, but I need to compile a .net app. I installed the 64 bit client (Oracle 11.2) and then installed the ODAC 11.2 beta, but it turns out it is 32 bit and can't be loaded when I am running the 64 bit client. Is there one available?

    Hi,
    The ODAC bundle is indeed 32 bit. There will be a 64 bit 11.2 ODAC when it goes production, maybe as soon as late this month.
    If you have a full 11.2 client installed, you should already have 11.2 ODP.net installed. What install type did you do? Administrator? Runtime? Custom? etc. If for some reason you didnt install ODP.NET into your existing 11.2 full client home, you should be able to go back and add it via selecting Custom install type and choosing ODP.NET from the full client install media.
    Hope it helps,
    Greg

  • ODP / ODAC install for version 4.121 (12c drivers)

    ODAC / ODP install puts in assembly redirect inside Micfosft.NET/Assembly folder for Oracle.DataAccess.dll, which is not removed during uninstall.  As a result, it took me 5 hours to find the problem.  I think assembly redirects at machine level are not needed, and should not be part of the install of 12c ODAC/ODP because they will affect all the applications on that machine!
    Thank you.

    When customers upgrade, they generally expect the new software to be used by existing applications by default. That's the general philosophy behind upgrading assembly redirects at the machine level. If you do not wish this to occur, you can set up an application-specific policy over which .NET assembly versions to use.
    With respect to the removal of the redirects upon deinstallation, the Oracle installer is supposed to remove them. Find the deinstall logs, which are generally stored in C:\Program Files\Oracle\Inventory\logs. The name of the log is indicated in OUI when deinstalling, or you can deinstall and send the latest log to dotnet_us (at) oracle.com. The log itself will indicate whether the policy was removed from the GAC or not. In fact, you can do this yourself by searching for the policy dll and see if it was removed from the GAC.
    Note that 32-bit deinstall will remove 32-bit policy assemblies, 64-bit deinstall will remove 64-bit policies.

  • Can't get past OCX error when installing ODAC 11g on Windows Server 2003

    I have been trying to install ODAC 11g on Windows Server 2003 and can't get past the OCX error when registering oravsdbgeng11w.dll. I've read every message on this forum even remotely related to this problem and tried every solution offered. I have done a clean install into a new Oracle home, and made sure Instant Client is always included. All service packs and automatic updates have been installed. For what it's worth I have successfully installed ODAC 11g on Windows XP Pro.
    If anyone out there has been able to get this up and running and would care to share the wisdom that would be greatly appreciated.
    Thanks!
    Michael Young
    Latitude Geographics
    Victoria, BC

    Michael, as you already noticed, every time I have seen this issue it has been because ODT was being installed into an Oracle home where no client exists, or perhaps installed into an old oracle home where the client was an old version (eg Oracle10), or the client was broken. Usually though, the user unchecked the instant client checkbox during the ODAC install.
    So you say you checked instant client and you still got the error? That doesn't add up...
    Are you using 32-bit windows? If you are using 64 bit windows be sure to tell us.
    Why don't you try avoiding using instant client at all, in case it is somehow not getting installed properly.
    You can do this as follows:
    1) Under the download links on OTN, go to the database download page.
    2) Download the Oracle Database client 11g for Microsoft Windows
    3) Run this installer and Install ODP.NET 1.x and 2.x into a new Oracle home from this client install, but nothing else. If ODP.NET is not listed there (it has been a long time since I looked at that) than just install a minimal Oracle client install.
    4) Close the installer
    5) Go back and install ODAC and this time choose "Oracle Server" radio button during the install (rather than the client install)
    6) Install ODT and ODP.NET at least and be sure they are being installed into the Oracle home created in the first steps above.
    This will avoid use of Instant Client and will hopefully avoid the OCX error. Let me know if this solves your problem.
    Christian

  • Issues installing 10g ODAC on Windows 2008 with Oracle 10g Express

    I am new to Oracle and am having an issue installing Oracle Data Access Components on Oracle 10g 64bit running on Windows 2008 64bit.
    I need the ODAC installed to enable integration with SSIS.
    The issue I have if i install using ODAC10203x64 the setup file fails with a javaw error and the ntdll.dll.
    I then downloaded the ODAC1110720 which states it backwards compatible. It installs just fine, but now i am not sure as to how to configure it correctly as the Configuration util that loads in ODAC10203x64 does not run.
    The ODBC drivers are not visible under the ODBC connection manager although this may be an issue of just opening the 32Bit version.
    Any help would be appreciated

    Hi Ibrahim,
    You should decide what you require.
    32bit version can be installed on 64bit server and this should work fine (check the certification matrix for this).
    The "problem" is that you would not gain any performance benefit from the 64bit server
    If you want to have benefit you can upgrade the JVM to 64 bit version.
    I did this 3 years ago and I do not remember exact steps though everything worked OK.
    WARNING:
    this  can be unsupported, ask support to be sure
    - Install the 32 bit version on the server
    - Download 64 bit Java JRE/JDK and install it (well, you can search the same release as included in the AppServer or try newer one, 7 for example)
    - later, reconfigure the appserver so it uses the version you've installed, OR Copy the everything from c:\progfiles\java\... to the directory OraHome\... (forgot exact directories)
    try to search the forum, there had been a thread with the same question
    regards, michael
    Edited by: MickleSh on Sep 27, 2011 9:59 AM

  • Installing  64-bit ODAC 11.2 Release 3 (11.2.0.2.1) for Windows x64

    Dear all;
    I just downloaded 64-bit ODAC 11.2 Release 3 (11.2.0.2.1) for Windows x64 on my local pc...I am trying to run the install.bat after unzipping the file however, the black pop-up window comes up and disappears almost immediately. Does anyone know what is causing this. Also all help is appreciated with the installation. Kindly note, I have read the installation manual and it is not really helpful.

    this is the content of it
    @echo off
    REM ====================================
    REM ODAC 11.2.0.2.1 XCOPY INSTALL SCRIPT
    REM ====================================
    REM
    REM  This batch file installs components in an Oracle Instant Client Home
    REM
    REM  ====================
    REM  MODIFICATION HISTORY
    REM  ====================
    REM 
    REM  11/15/10 - change version number to 11.2.0.2.1
    REM  06/30/10 - change version number to 11.2.0.1.2
    REM             Add ODP.NET 4 and ASP.NET 4 components
    REM  08/21/09 - change version number to 11.1.0.7.20
    REM  08/21/09 - remove component odp.net 1.x
    REM  01/22/08 - Handle directory names with spaces
    REM  01/22/08 - Fixed oracle.key file generation so that products that rely on
    REM             it can reference the appropriate registry location
    REM  01/22/08 - Log all xcopy operations to the install.log in the destination
    REM             directory
    goto :ParseArgs
    REM **********************
    REM INSTALL ALL COMPONENTS
    REM **********************
    :InstallAll
    REM installing everything so set DEP to false or else dependencies such as
    REM basic client will get installed needlessly by each component
    set DEP=false
    call :basic %1 %2 %3 %4
    call :odp.net20 %1 %2 %3 %4
    call :odp.net4 %1 %2 %3 %4
    call :asp.net %1 %2 %3 %4
    call :asp.net4 %1 %2 %3 %4
    call :oledb %1 %2 %3 %4
    call :oramts %1 %2 %3 %4
    goto :EOF
    REM ************************
    REM INSTALL ASPNET Providers
    REM ************************
    :asp.net
    REM echo Please wait... installing Oracle Providers for ASP.NET
    if {%DEP%} == {true} (
    call :odp.net20 %1 %2 %3 %4
    echo *************************************** >> %2\install.log
    echo Installing Oracle Providers for ASP.NET >> %2\install.log
    echo *************************************** >> %2\install.log
    REM copy the files
    xcopy asp.net %2 /E /F /R /Y >> %2\install.log
    echo.>> %2\install.log
    pushd %2
    REM pass in false for dependency because odp.net2x files are not copied over yet
    REM not calling confifure.bat as follows since on Win2k when dir names contain
    REM a space it has issues when retreiving CURRENT DIR in configure.bat
    REM call %2\configure.bat asp.net %3 false
    call configure.bat asp.net %3 false
    popd
    echo.>> %2\install.log
    echo ************************************** >> %2\install.log
    echo Oracle Providers for ASP.NET installed >> %2\install.log
    echo ************************************** >> %2\install.log
    echo.>> %2\install.log
    REM echo Oracle Providers for ASP.NET installed in an Oracle Instant Client Home.
    goto :EOF
    REM **************************
    REM INSTALL ASPNET Providers 4
    REM **************************
    :asp.net4
    REM echo Please wait... installing Oracle Providers for ASP.NET 4
    if {%DEP%} == {true} (
    call :odp.net4 %1 %2 %3 %4
    echo ***************************************** >> %2\install.log
    echo Installing Oracle Providers for ASP.NET 4 >> %2\install.log
    echo ***************************************** >> %2\install.log
    REM copy the files
    xcopy asp.net4 %2 /E /F /R /Y >> %2\install.log
    echo.>> %2\install.log
    pushd %2
    REM pass in false for dependency because odp.net4 files are not copied over yet
    REM not calling confifure.bat as follows since on Win2k when dir names contain
    REM a space it has issues when retreiving CURRENT DIR in configure.bat
    REM call %2\configure.bat asp.net4 %3 false
    call configure.bat asp.net4 %3 false
    popd
    echo.>> %2\install.log
    echo **************************************** >> %2\install.log
    echo Oracle Providers for ASP.NET 4 installed >> %2\install.log
    echo **************************************** >> %2\install.log
    echo.>> %2\install.log
    REM echo Oracle Providers for ASP.NET 4 installed in an Oracle Instant Client Home.
    goto :EOF
    REM *******************
    REM INSTALL ODP.NET 2.0
    REM *******************
    :odp.net20
    REM echo Please wait... installing Oracle Data Provider for .NET 2.0
    if {%DEP%} == {true} (
    call :basic %1 %2 %3 %4
    echo ******************************************** >> %2\install.log
    echo Installing Oracle Data Provider for .NET 2.0 >> %2\install.log
    echo ******************************************** >> %2\install.log
    REM copy the files
    xcopy odp.net20 %2 /E /F /R /Y >> %2\install.log
    echo.>> %2\install.log
    pushd %2
    REM not calling confifure.bat as follows since on Win2k when dir names contain
    REM a space it has issues when retreiving CURRENT DIR in configure.bat
    REM call %2\configure.bat odp.net20 %3
    call configure.bat odp.net20 %3
    popd
    echo.>> %2\install.log
    echo ******************************************* >> %2\install.log
    echo Oracle Data Provider for .NET 2.0 installed >> %2\install.log
    echo ******************************************* >> %2\install.log
    echo.>> %2\install.log
    REM echo Oracle Data Provider for .NET 2.0 installed in an Oracle Instant Client Home.
    goto :EOF
    REM *****************
    REM INSTALL ODP.NET 4
    REM *****************
    :odp.net4
    REM echo Please wait... installing Oracle Data Provider for .NET 4
    if {%DEP%} == {true} (
    call :basic %1 %2 %3 %4
    echo ****************************************** >> %2\install.log
    echo Installing Oracle Data Provider for .NET 4 >> %2\install.log
    echo ****************************************** >> %2\install.log
    REM copy the files
    xcopy odp.net4 %2 /E /F /R /Y >> %2\install.log
    echo.>> %2\install.log
    pushd %2
    REM not calling confifure.bat as follows since on Win2k when dir names contain
    REM a space it has issues when retreiving CURRENT DIR in configure.bat
    REM call %2\configure.bat odp.net4 %3
    call configure.bat odp.net4 %3
    popd
    echo.>> %2\install.log
    echo ***************************************** >> %2\install.log
    echo Oracle Data Provider for .NET 4 installed >> %2\install.log
    echo ***************************************** >> %2\install.log
    echo.>> %2\install.log
    REM echo Oracle Data Provider for .NET 4 installed in an Oracle Instant Client Home.
    goto :EOF
    REM *************
    REM INSTALL OLEDB
    REM *************
    :oledb
    REM echo Please wait... installing Oracle Provider for OLEDB
    if {%DEP%} == {true} (
    call :basic %1 %2 %3 %4
    echo ************************************* >> %2\install.log
    echo Installing Oracle Provider for OLE DB >> %2\install.log
    echo ************************************* >> %2\install.log
    REM copy the files
    xcopy oledb %2 /E /F /R /Y >> %2\install.log
    echo.>> %2\install.log
    pushd %2
    REM not calling confifure.bat as follows since on Win2k when dir names contain
    REM a space it has issues when retreiving CURRENT DIR in configure.bat
    REM call %2\configure.bat oledb %3
    call configure.bat oledb %3
    popd
    echo.>> %2\install.log
    echo ************************************ >> %2\install.log
    echo Oracle Provider for OLE DB installed >> %2\install.log
    echo ************************************ >> %2\install.log
    echo.>> %2\install.log
    REM echo Oracle Provider for OLEDB installed in an Oracle Instant Client Home.
    goto :EOF
    REM **************
    REM INSTALL ORAMTS
    REM **************
    :oramts
    REM echo Please wait... installing Oracle Services for MTS
    if {%DEP%} == {true} (
    call :basic %1 %2 %3 %4
    echo ********************************** >> %2\install.log
    echo Installing Oracle Services for MTS >> %2\install.log
    echo ********************************** >> %2\install.log
    REM copy the files
    xcopy oramts %2 /E /F /R /Y >> %2\install.log
    echo.>> %2\install.log
    pushd %2
    REM not calling confifure.bat as follows since on Win2k when dir names contain
    REM a space it has issues when retreiving CURRENT DIR in configure.bat
    REM call %2\configure.bat oramts %3
    call configure.bat oramts %3
    popd
    echo.>> %2\install.log
    echo ********************************* >> %2\install.log
    echo Oracle Services for MTS installed >> %2\install.log
    echo ********************************* >> %2\install.log
    echo.>> %2\install.log
    REM echo Oracle Services for MTS installed in an Oracle Instant Client Home.
    goto :EOF
    REM ***********************************
    REM INSTALL Basic Oracle Instant Client
    REM ***********************************
    :basic
    REM echo Please wait... installing Basic Oracle Instant Client
    echo ************************************** >> %2\install.log
    echo Installing Basic Oracle Instant Client >> %2\install.log
    echo ************************************** >> %2\install.log
    REM copy the files
    xcopy instantclient_11_2 %2 /E /F /R /Y >> %2\install.log
    echo.>> %2\install.log
    pushd %2
    call configure.bat basic %3
    popd
    echo.>> %2\install.log
    echo ************************************* >> %2\install.log
    echo Basic Oracle Instant Client installed >> %2\install.log
    echo ************************************* >> %2\install.log
    echo.>> %2\install.log
    REM echo Basic Oracle Instant Client installed.
    REM echo.
    REM echo Please prepend %2 and %2\bin to system path environment variable
    goto :EOF
    REM =======================
    REM Parse Script Arguments
    REM =======================
    :ParseArgs
    if /i {%1} == {} goto :Usage
    if /i {%2} == {} goto :Usage
    if /i {%3} == {} goto :Usage
    if /i {%1} == {-h} goto :Usage
    if /i {%1} == {-help} goto :Usage
    REM install dependencies or not - default is true
    set DEP=true
    if /i {%4} == {false} set DEP=false
    if NOT EXIST %2\*.* (
      mkdir %2 > NUL 2>&1
    echo ****************** >> %2\install.log
    echo ODAC install files >> %2\install.log
    echo ****************** >> %2\install.log
    REM /R to overwrite readonly files at destination
    REM /Y to overwrite an existing file without prompting
    xcopy configure.bat %2 /R /Y /F >> %2\install.log
    xcopy unconfigure.bat %2 /R /Y /F >> %2\install.log
    xcopy uninstall.bat %2 /R /Y /F >> %2\install.log
    echo.>> %2\install.log
    if /i {%1} == {basic}     goto :basic
    if /i {%1} == {odp.net20} goto :odp.net20
    if /i {%1} == {odp.net2}  goto :odp.net20
    if /i {%1} == {odp.net4}  goto :odp.net4
    if /i {%1} == {asp.net}   goto :asp.net
    if /i {%1} == {asp.net2}  goto :asp.net
    if /i {%1} == {asp.net4}  goto :asp.net4
    if /i {%1} == {oledb}     goto :oledb
    if /i {%1} == {oramts}    goto :oramts
    if /i {%1} == {all}       goto :InstallAll
    goto :Usage
    :Usage
    echo.
    echo Usage:
    echo   install.bat component_name oracle_home_path oracle_home_name [install_dependents]
    echo.
    echo Example:
    echo   install.bat all       c:\oracle myhome       (install all components)
    echo   install.bat odp.net2  c:\oracle myhome true  (install ODP.NET 2 and its dependent components)
    echo   install.bat odp.net4  c:\oracle myhome true  (install ODP.NET 4 and its dependent components)
    echo   install.bat asp.net2  c:\oracle myhome true  (install ASP.NET Providers 2 and its dependent components)
    echo   install.bat asp.net4  c:\oracle myhome true  (install ASP.NET Providers 4 and its dependent components)
    echo   install.bat oledb     c:\oracle myhome true  (install OraOLEDB and its dependent components)
    echo   install.bat oramts    c:\oracle myhome true  (install ORAMTS and its dependent components)
    echo   install.bat basic     c:\oracle myhome false (install Oracle Instant Client)
    goto :EOF

  • Trying to use ODAC on 64 bit Windows 7 with 64 bit Oracle 11g?

    I have been trying to connect to Oracle 11g with VS 2010 .NET Framework 4.0 on Windows 7 for about 5 days with no luck.
    Background: VS 2010, .Net Framework 4.0 and Oracle 11g 64 bit are running on the same maching.
    I have found that are two versions of the 64 bit ODAC.
    1) The XCopy bersion and 2) the Oracle Universal Installer version.
    To install the XCopy version, I right click on the cmd window, change to the folder where my xCopy install is and type install.bat all d:\oracle\myoraclehome odac just like the documentation says. The files are created in my Oracle home and there are registry keys under HKLM\Software\Oracle like the documentation says. I don't have a clue how to prove weather it's doing anything usefule though. When I go to VS 2010, I don't have System.Data.Oracleclient of Oracle.DataAccess.client or any other namespace that can talk to Oracle. How would I test the XCopy version and see if it is actually able to do anything?
    I like the Windows Installer version much better and set it up just like the readme.txt said to. I used the Oracle Data Access Components for Oracle Client 11.2.0.2.1. I wound up with two oracle homes, one for my server and one for the ODAC install. I copied tnsnames.ora and sqlnet.ora over to the odac client home's Network\Admin folder. From my server's oracle home, I ran sqlplus and was able to successfully login to the server. I liked the fact that it came with sample code and I saw that the Oracle.DataAcces.client dll was added as a project reference. I ran the samples with my userid and password and got a TNS Adapter error.
    Since the Oracle server is on the same server that everything else is on, I ASS-U-ME that I would want to install the Oracle Data although I didn't see it documented anywhere. I tried creating it in a different directory, but it says it must be installed on top of an existing oracle home. I tried creating it in my oracle home and got err message OUI-10044 - The selected oracle home location already contains an oracle home or APPL_TOP created while running a different OS.
    Can someone tell me how to correctly install either one of these and test it to make sure it is working?
    TIA I know someone on planet Earth must be using the 64-bit odac to connect to Oracle,
    George

    George,
    It sounds like I have the same setup as you and I am no expert on Oracle install issues but VS 2010 is 32bit. You need to install the 32 bit version of ODAC to make VS all happy. I was under the impression ther was no 64 bit version of ODAC? Then again I am no expert on the topic.
    I then installed the 64 bit xcopy version, decided upon the location for tnsname and then defined TNS_ADMIN. All works well. I create most of my exe's as AnyCPU and Windoze/Oracle seems to figure out what to do.
    r,
    dennis

  • ODAC issue with EPM 11.1.2

    Hi All,
    I have downloaded ODAC & installed. Here the problem... oracle services are starting but when i tried to connect oracle db and its not connecting...says http:404 not found...help me on this...
    *before ODAC it worked fine.
    Thanks,
    Ravi

    What do you mean when you connect to the oracle db it says http 404 not found, the oracle database does not run on http
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODAC vs oracle client on Windows server 2008

    Hello,
    Apologies in advanced if this is a silly question.
    I am currently working with a .NET application team that connects to oracle. I am attempting to host there application on my servers. I have tested connectivity to there DB with SQLplus using the 11.2 oracle client.
    The application team is asking me to install Oracle Developer tools on the server to replace the client. One of the members of the operate team told me that this is a requirement for there application to talk to oracle. I don't necessarily think they are correct, are there any oracle dependence that would require to ODT to be installed to run a .net application on a server? It's my understanding that ODT is primary used as a plug in for VS.
    Thanks in advance,
    Dax

    873574 wrote:
    Hello,
    Apologies in advanced if this is a silly question.
    I am currently working with a .NET application team that connects to oracle. I am attempting to host there application on my servers. I have tested connectivity to there DB with SQLplus using the 11.2 oracle client.
    The application team is asking me to install Oracle Developer tools on the server to replace the client. One of the members of the operate team told me that this is a requirement for there application to talk to oracle. I don't necessarily think they are correct, are there any oracle dependence that would require to ODT to be installed to run a .net application on a server? It's my understanding that ODT is primary used as a plug in for VS.
    Thanks in advance,
    DaxDax,
    You are correct that you do not need the Oracle Developer Tools for Visual Studio to be installed on the server. What the team is probably meaning to ask is for you to install "Oracle Data Provider for .NET" which is also part of the ODAC install. They probably got the two names mixed up.

  • EF ProviderManifestToken issue when updating ODAC Beta 3 to final release

    Hi everybody,
    We're using ODAC (connecting to a Oracle 9i) with VS2010, developing with .NET Framework 4 using Entity Framework. We started our developments using ODAC Beta 1, and we have been updating the ODAC every time that a new Beta was released and everything was going like expected, but we're having trouble with the last update, from ODAC Beta 3 to the final release (11.2.0.3). Note that we have only one ODAC installed at the time, for every update we first uninstall the old release, then we install the new ones and finally we update the application references to the new Oracle.DataAccess.dll.
    The first error occurred when the application attempt to access the DB, the message we got was: "+ProviderManifestToken no es válido+" ("*ProviderManifestToken is not valid*") .
    We tried updating the model (EDMX) from the database (the only change made was an update in the EDMX SSDL content from ProviderManifestToken="9i" to ProviderManifestToken="9.2"), then another error came out: "+El esquema especificado no es válido. Errores: Modelo.ssdl (2,93) : error 0169: Los artefactos SSDL deben tener como destino el mismo proveedor. ProviderManifestToken '9i' es diferente de '9.2' que se encontró antes.+" (something like "*The specified schema is not valid. All SSDL artifacts must target the same provider. The ProviderManifestToken '9i' is different from '9.2' that was encountered earlier.*"). We did some research about this error, but couldn’t find any solution... does anyone know how the update from Beta 3 to Final Release should be done? are we missing any configuration?
    Thanks in advance!
    Lucas

    ODAC Beta 3 (11.2.0.2.50) starts to use two most-significant digits of an Oracle database version number for ProviderManifestToken.
    You have no problem with ODAC Beta 3 by modifying '9i' to '9.2' for ProviderManifestToken. But when updating ODAC Beta 3 to final release (11.2.0.3) and doing the same modifications, the said "another error" occurs. That seems to indicate the issue is not about ProviderManifestToken itself.
    I am wondering if there are different store schemas in your edmx file and the error is caused by schema filtering.
    For example, having differnet store schemas for the Schema= like below.
    <EntitySet Name="Categories" EntityType="Model.Store.Categories" store:Type="Tables" Schema="USER1" />
    <EntitySet Name="Customers" EntityType="Model.Store.Customers" store:Type="Tables" Schema="USER2" />
    Can you please check it?
    Another question is: Can you regenerate the edmx file using the final release (11.2.0.3)?
    This is the preferable way.
    Edited by: shsu on Mar 1, 2012 12:32 PM

  • ODAC issue while configuring 11.1.2

    Hi All,
    I have installed 11.1.2 and while i'm trying to configure Performance Architect it shows "ODAC" not installed and database configuration failed.
    is there any way to updated the oracle 11g without re-install.bcoz i configured remaining hyperion components.
    Thanks ,
    Ravi

    I have downloaded ODAC & installed. Here the problem... oracle services are starting but when i tried to connect oracle db and its not connecting...says http:404 not found...help me on this...
    *before ODAC it worked fine.                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • 64bit 11g ODAC

    Hi,
    I am looking for the download for 11g ODAC install (ideally XCopy) but the latest one I can find is 10.2.0.3.02 rather than the prefered 11.1.0.7.20. Does anyone know if this is available and if not when it is likely to be.
    Thanks in advance,
    Chris

    ODAC 11.2 xcopy (32-bit and x64) will be available on OTN at the same time a production version of ODAC for VS 2010 and .NET 4 is made available.
    Oracle will have a ODAC beta for VS 2010 and .NET 4, which will be pretty short. So get your feedback in quickly. Afterwards, we'll release a production version that will include xcopy.
    Alex
    --ODP.NET Product Manager                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ODAC installation in oracle 11 home

    Hi,
    I have oracle 11 home installed in XP SP3. I want to change the ORAOLEDB.ORACLE provider in this machine.
    To install a new provider, do I need to install ODAC? If so, I have following problems:
    1. Is there a default ODAC installed with oracle 11 home?
    2. Can I install multiple version of ODAC in this machine?
    3. Can I use ODAC v10 in this machine to access oracle 11?
    Thanks in advance.
    --black                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    1. Is there a default ODAC installed with oracle 11 home?
    -- Yes
    2. Can I install multiple version of ODAC in this machine?
    -- Yes, but there is only one version is actived.
    3. Can I use ODAC v10 in this machine to access oracle 11?
    -- Yes.

  • Error 80004005 using ODAC 10.2.0.2.20 / OraOLEDb & COM+ aplication ...

    Hello,
    <br>
    <br>
    I have a COM+ application I am testing on 10GR2 that uses ORAOleDb driver to connect.
    <br>
    The application works fine with ODAC 10.1.0.4.0.
    However installing ODAC 10.2.0.2.20 the application does not work and fails with E_FAIL.
    <br>
    <br>
    <li>I have a clean installation with different homes for DB and client as suggested. </li>
    <li>All other applications use the new divers fine and connect without issue only COM+ objects cannot connect and use transactions.</li>
    <li>I have tried the permissions fix for the bin dir and confirmed the ACLs are in place.
    </li><li>I have run the oramtsadmin.sql on the database and confirmed it completed without errors.</li>
    <li>I have made sure the MTxOCI registry key values are correct for 10G and that the files exists.</li>
    <li>For the login for the COM+ application I used the same login that worked in the previous ODAC, I have also set it for testing to use various admin level accounts to try and get it working, no luck.</li>
    <br>
    What I need to know is what might a upgrade be missing from the upgrade (or that is new to set) that will make it work.
    <br>
    I have spent hours trying to query google and the forums for an answer and will continue to do so.
    <br>My thanks for any help or knowledge passed on.
    <br>
    Regards,
    Eric

    Still working now I have used the MS Oracle driver to connect just fine with the exact same application, with OpenServiceComponents only changing the Provider. Everything else is the same. This leads me to belive I have some setup issue qith OraOLEDB that happens in the ODAC install that I have missed.
    Still searching/working on this...

  • So what gets installed where?

    I'm looking forward to installing the new ODAC and Developer tools. But what gets installed where?
    1) I assume the developer will need the Developer Tools plus ODAC on his client machine. My developers use both Oracle Express databases and Oracle EE databases on Unix servers. Do they need a separate Oracle Home for the Oracle Express client? Is it instaled in the Oracle Home for the Oracle Express database itself or it's own home?
    2) What, if anything gets installed on the Biztalk server? Plain Oracle client or Oracle Client plus ODAC?
    3) My Windows machines have ASO-enabled clients already. Should the ODAC be installed there if I want to connect to ASO-enabled databases?
    4) Is anything required for the user of the application other than the .Net runtime?
    So many questions.. So ignorant..

    ODAC stands for Oracle Data Access Components and Oracle Developer Tools is one of the components. The install lists all the components and you can choose one or more from the list.
    Developer would have to install the appropriate components from the ODAC install. ODAC install is available only for Windows platforms so these components cannot be installed on Unix servers. ODAC install also cannot be used to install components in Oracle Express Home. You can install ODAC components in an existing Oracle 10gR2 Home or in a new Oracle Home.
    You need ODP.NET runtime in addition to .NET runtime to run ODP.NET applications. ODP.NET runtime is nothing but ODP.NET component in the ODAC install.

Maybe you are looking for

  • Line Item increment nos. in S Order

    Dear Gurus, Ours is a Mechanical process industry, though most of the items are NORM items, many are BOMs (LUMF), here the main item is a Model no. and the sub items are the parts in it according to the customers' requirement. In a Sales Order if I e

  • Select query after the submit stmt

    Hi,   Have used the submit stmt as " SUBMIT pgm name WITH SELECTION-TABLE rspar_tab EXPORTING LIST TO MEMORY AND RETURN." Now the o/p generated is saved in the memory.In the report which is generated I have to fetch only 2 values based on one field a

  • Importing Child Domain Object Along With Parent Domain Objects

    I have two AD AWS services. Both are doing full sync. Once is pointing to Domain A which has x users, the other is pointing to Domain B which has y users. Domain B is a child domain of Domain A, when the job runs to Sync Domain A, Domain B's users al

  • Fault Message Types

    Hi experts i have a following scenario. the scenario is SOAP to XI to ECC, and from XI to ECC RFC's are being used. i have doubt about the fault message types? what are fault message types and why should they be created??? for the above required scen

  • HT4759 Do I need I cloud math to see my note in icloud?

    Do I need I cloud math to see my note in icloud?