ODAC 11.2 Release 4 (11.2.0.3.0)

Hello
Please can someone answer these questions:

Can I install ODAC 11.2 version 4 on a client that is no Oracle 11.2.0.1.0? (not customer snapshot)

and if so, when I try to install the ODAC 11.2 component version 4 using the interface user Oracle, the subcomponent "Instant client" is mandatory (cannot uncheck). I'm a bit confused because I don't install client instant on 'Customer Oracle 11.2.0.1.0', is it something I worry, or leave the installation without worry;


Thanks in advance

S. Hage

Since the readme... http://www.Oracle.com/technetwork/topics/dotnet/downloads/install112030-1440546.html


4. it is strongly recommended that ODAC be installed in a new Oracle home. ODAC installation on top of an existing Oracle home can break existing Oracle applications. If you do not install on top an existing Oracle home, be sure to stop all services Windows using this Oracle Home (e.g., OracleMTSRecoveryService). Uninstall all existing Oracle home products before installing the new version of the ODAC

You just install in a new home.

Greg

Tags: Database

Similar Questions

  • ODAC 12 c Release 3 (12.1.0.2) do support the access to the database to Oracle 10 g Release 2 or later?

    Hi ODP.NET Experts.

    ODAC 12 c Release 3 (12.1.0.2) ONLY does support the access to the database to Oracle 10 g Release 2 or later?


    It does not mean that this will not work for versions earlier before Oracle Database 10g Release 2?

    Thank you and best regards,

    Alan

    Hi Alan,

    Yes, it took out RDBMS version 10.2.0.2.0 or superior. Please see below for recommended and supported configurations document

    Supported by Oracle Data Provider (Doc ID 726240.1) configurations for .NET (ODP)

    Thank you

    Indana

  • Transaction aborts after the installation of the ODAC 12 c Release 3

    I have .net code using a transaction scope that works very well using ODAC 11 g Release 4, but does not work, "Failed to register in a distributed transaction" using the ODAC 12 c version 1.2 or 3.  A single database transaction.  I am at a loss for what could be the problem.

    This problem occurs on Windows 7 and Windows Server 2008 R2.

    I spent reviewing logs tracking for distributed by Microsoft Transaction Server and the Oracle Services for Microsoft Transaction Services of.  Tracking MSDTC logs indicate that the abandonment of the transaction was request was received from the calling application ("RECEIVED_ABORT_REQUEST_FROM_BEGINNER").  Tracking ORAMTS logs indicate an error in the OIC, and that there is an attempt to start a transaction distributed with on logon ("OCI_ERROR - 2048.", "ORA-02048: try to start the transaction distributed without logging")

    I can reproduce this error with a simple code with just example tried to insert records into a table.  If I change the data provider for "System.Data.OracleClient" or uninstall 12 c and install 11g this code works very well.

     DataSet1TableAdapters.DataTable1TableAdapter da = new DataSet1TableAdapters.DataTable1TableAdapter();
                
                using (TransactionScope scope = new TransactionScope())
                {
                    Transaction txn = Transaction.Current;
                    try
                    {
    
    
                       da.Insert(0, "This ia a title");
    
    
                        scope.Complete();
                        lblmessage.Text = "Transaction Succeeded.";
                    }
                    catch (Exception ex)
                    {
                        txn.Rollback();
                        lblmessage.Text = "Transaction Failed.";
                    }
    

    Can anyone provide any ideas what is happening?  I really want to use ODAC 12 c.

    Thank you.

    My team has been able to reproduce this problem with DB 10.2.0.3, but not with DB 10.2.0.5. If it is possible, I advise to use 10.2.0.5 If you need an immediate solution.

  • ODAC 12 c release 1 compatibility

    I'm starting a project using Oracle 10 g release 2 as database and Visual Studio 2012 for the development. I would like to ask if the version of ODAC 1 12 c would work in this scenario. For the development environment I will use an Oracle 11 g XE, but the final product will connect to an Oracle 10g release 2 database.

    Is it possible to use the ODAC 12 c for two scenarios?

    Thank you!


    Oracle Web site:

    32-bit ODAC 12 c supports connectivity to the Oracle database versions 10.2 and later.

    So I guess it would work very well.

    Your test environment will be Oracle 10 g 2, right?

  • Is XCopy ODAC 11.2 Release 4 (11.2.0.3.0) supported Visual Studio 2010 sp1?

    I download and installed "ODAC112030Xcopy_32bit.zip" on Windows7 64 bit machine according to the included now (added c:\oracle and c:\oracle\bin environment variables ORACLE_HOME and ORACLE_HOME_KEY registry), but even if I try to add the ADO.NET Entity Data Model, I can't find the Oracle ODP.Net provider list in the wizard.

    I did not install "Oracle Developer Tools for Visual Studio", this is a must for Entity Framework? Or else, that I missed?

    Hello

    Yes, you must install Oracle for Visual Studio development tools in the home of 32-bit in order to use the Entity Framework with Visual Studio 2010 tools.

    Function for 11.2.0.3.0 R4 ODT:

    Entity Framework designers and assistants: Designer to use Visual Studio 2010 feature for the first database and the first model in object-relational mapping

    Concerning
    Jenny

    Published by: jbesaw on March 16, 2012 12:03

  • Release date for the 12 c Release 3 ODAC?


    Hi guys,.

    Any idea on what is the release date for ODAC 12 c Release 3?

    I have a .NET project which will use Entity Framework (EF) 6 and the ODAC to access the Oracle database data. Phase 1 of the project aims to go live in March 2015. Therefore, you need to decide whether we use EF 6 or retreat to EF 5.

    Please notify.

    Thanks in advance.


    Alan

    We target the next month, December, for the release of the ODAC.

  • ODAC 12cR1 - Release Notes?

    Hello

    I found the new page "ODAC 12 c Release 1 (12.1.0.1.0) with Oracle Developer Tools for Visual Studio" on downloads, however... I couldn't find all the Release Notes about bug fixes or new features.

    Can you please let me know the location of this document?

    Kind regards

    MR. R.

    It is included in your installation directory. The location will be similar to the following:

    C:\app\oracle\product\12.1.0\client_1\odp.net\doc

  • Little doubt on the ODAC

    Hello

    This is my config details

    Win server R2 2012

    Oracle: Oracle Database Enterprise Edition Release 12.1.0.2.0 - 64 bit Production 12 c

    PL/SQL Release 12.1.0.2.0 - Production

    CORE Production 12.1.0.2.0

    AMT for 64-bit Windows: Version 12.1.0.2.0 - Production

    NLSRTL Version 12.1.0.2.0 - Production

    I got a requirement of my developer that he intends to run a script powershell on server that connects to the Oracle database and it asked me to install the ODAC on server.

    I downloaded the same of http://www.Oracle.com/technetwork/database/Windows/downloads/index-090165.html and installed the one that says 'ODAC 12 c Release 4 (12.1.0.2.4) for Windows x 64 64-bit'.

    At the end of the installation, he greeted me with a message that I need to run sqlscript.

    See attached screenshot.

    odac.png

    I have 2 quick questions:

    (a) what script should I be running, there are two of them in the ODAC installation directory i.e. F:\app\odac\product\12.1.0\client_1\ASP.NET\SQL

    (b) should I be running via the sys account or new Windows account that was created as part of the installation of the ODAC? I guess it must be done by sys, but want to reconfirm.

    -Learner

    Your developer plans to use the Oracle for ASP.NET providers? If this isn't the case, you don't need to run these scripts.

    If so, then you run these scripts in the Oracle user account because your developer plans to store the ASP.NET provider information in. This Oracle account can be a normal user account. More information on which favours this Oracle user requires and installation information can be found in the doc here: http://docs.oracle.com/cd/E63277_01/win.121/e63387/IntroInstallation.htm#ASPNT117

    The script, you need to perform depend on the suppliers of ASP.NET, you are going to use. The doc tells you what correlate of scripts for suppliers.

  • Oracle Data Access components (ODAC) 12 c version 3


    Hello. I understand that ODAC 12 c Release 3 for Windows downloads offers / includes the following components: Oracle Data Provider for .NET. Oracle Developer Tools for Visual Studio. Oracle for ASP.NET providers; and .NET stored procedures. Could someone tell me if the Oracle 12 c of database client includes the ODAC 12 Setup? I found the 12 c ODAC download at http://www.oracle.com/technetwork/topics/dotnet/downloads/index.html . However, your answer will help me determine if my business must approve a second firmware (i.e., ODAC). Customer of Oracle Database 12 c has already been approved for use in my organization. Any idea is appreciated, thanks!

    ODAC 12 c R3 has a component more than the Oracle DB 12 c. It's the Oracle Developer Tools for Visual Studio. If you need this feature, you must download the ODAC.

    For a standard version and functionality, ODAC 12 c R3 is based on Oracle DB 12.1.0.2 (the first group of patches of 12,1). Moreover, ODP.NET includes several additional features not available in DB 12.1.0.2 customer. You can find these documented in the new section of the last ODP.NET doc.

  • ODAC - 32 bit only?

    I'm trying to download the ODAC for a web server Win64 bit of the components of the access of data Oracle (ODAC) for Windows Download Center

    I can only find 32-bit the following: ODAC 11.2 Release 5 and Oracle Developer Tools for Visual Studio (11.2.0.3.20)

    Is there a 64 bit over there? Or do I have to install and use 32-bit ODBC?

    Thank you!

    Select the 64-bit download from the homepage:

    http://www.Oracle.com/technetwork/topics/dotnet/downloads/index.html

    In addition, the ODP.NET forum is located on this way:

    https://forums.Oracle.com/community/Developer/English/oracle_database/windows_and_.NET/ODP.NET/content

    Probably a better forum for ODAC questions rather than database/general.

    Kind regards

    Mark

  • ODAC driver problem

    Hello all;

    In the past I usually installed the oracle drivers and basically went to my visual studio and he added as reference for me to be able to connect to an oracle database, but today seems otherwise with this new driver I've ever used. I just installed the following driver below

    http://www.Oracle.com/technetwork/developer-tools/Visual-Studio/downloads/index.html - ODAC 11.2 Release 3 (11.2.0.2.1) with Oracle Developer Tools for Visual Studio

    and when I went to my visual studio 2010 to add it as a reference to establish connectivity to an oracle database, I can not find the oracle.dataccess.dll... every suggestion on how to solve this problem will be appreciated. Thank you.

    I don't have the handy bug number, but I think that there is a bug in the installation scripts that make ODP not been listed in the VS .NET references in some cases. You should be able to use the Browse tab when you add a reference to navigate to %ORACLE_HOME%\odp.net\bin\\Oracle.DataAccess.dll to work around the problem.

    Also note that PACO questions are better posted in the ODP forum... ODP.NET

    It will be useful,
    Greg

  • OracleException "ORA-01008: not all variables ' what SQL text contains both '-'and':'

    We have stumbled into what seems to be a similar bug as @user4111944 and Alex Keh - Product Manager-Oracle in ManagedDataAccess - bug in the drive when you use '-'and':' SQL text .


    We use Oracle.ManagedDataAccess v. 12.1.2400 (last NuGet package) and get an OracleException with the message


    ORA-01008: not all variables


    When we try to run the following code:


    var l_connectionString = "a connection string.

    var l_commandText = "UPDATE table_test SET col_description = '-test', col_time =: param WHERE col_id = 42 ';

    using (IDbConnection l_connection = new Oracle.ManagedDataAccess.Client.OracleConnection(l_connectionString))

    {

    l_connection. Open();

    var l_command is l_connection. CreateCommand();

    l_command.CommandText = l_commandText;

    var l_parameter is l_command. CreateParameter();

    l_parameter. ParameterName = "param";

    l_parameter. Value = DateTime.Now;

    l_command. Parameters.Add (l_parameter);

    l_command. ExecuteNonQuery());

    }

    The code runs perfectly if the omission of the '-' OR the side of a parameter value assignment (i.e. omitting ', col_time =: param').

    The stack for the OracleException trace is as follows:

    at OracleInternal.ServiceObjects.OracleCommandImpl.VerifyExecution (OracleConnectionImpl connectionImpl, Int32 & cursorId, bThrowArrayBindRelatedErrors Boolean, OracleException & exceptionForArrayBindDML, Boolean hasMoreRowsInDB, Boolean bFirstIterationDone)

    at OracleInternal.ServiceObjects.OracleCommandImpl.VerifyExecution (OracleConnectionImpl connectionImpl, Int32 & cursorId, bThrowArrayBindRelatedErrors Boolean, OracleException & exceptionForArrayBindDML, Boolean bFirstIterationDone)

    at OracleInternal.ServiceObjects.OracleCommandImpl.ExecuteNonQuery (String queryString, OracleParameterCollection paramColl, CommandType commandType, OracleConnectionImpl connectionImpl, longFetchSize of Int32, Int64 clientInitialLOBFS, OracleDependencyImpl orclDependencyImpl, Int64 [] scnFromExecution, OracleParameterCollection & bindByPositionParamColl, Boolean bBindParamPresent, OracleException & exceptionForArrayBindDML, Boolean isFromEF)

    at Oracle.ManagedDataAccess.Client.OracleCommand.ExecuteNonQuery)

    UPDATE 1:

    Now, I have tested with older versions of Oracle.ManagedDataAccess.dll thus:

    • ODAC 12 c Release 4 (12.1.0.2.4 - released October 5, 2015) -fails with ORA-01008: not all variables
    • ODAC Release 3 (12.1.0.2.1 - published December 23, 2014) 12 c - fails with ORA-01008: not all variables
    • ODAC 12 c Release 2 (12.1.0.1.2 - released on December 20, 2013) - successful!

    Therefore, changes in driver management Oracle introduced between December 20, 2013 and December 23, 2014 has caused this problem.

    UPDATE 2:

    I dug some more in the question and after decompilation December 2013 and December 2014 versions, I found the piece interesting next to the code in the implementation of the ExecuteNonQuery()) method in the inner class OracleInternal.ServiceObjects.OracleCommandImpl. The code in red was added in the version of December 2014:

    ...

    else if (commandType! = CommandType.TableDirect)

    {

    OracleCommandImpl.TrimCommentsFromSQL (ref str);

    this.m_sqlStatementType = OracleCommandImpl.GetSqlStatementType (str);

    this.m_bHasReturningClause = OracleCommandImpl.HasReturningClause (str, this.m_sqlStatementType);

    }

    ...

    Take OracleCommandImpl.TrimCommentsFromSQL () method for a test ride easily reveal its weaknesses. It does not take into account the sequence '-' may appear in a quoted string, treating them as a comment and deletes the rest of the line...

    Could you please address this issue?

    Best regards

    Bernt

    Yes, the cause seems exactly the same thing as Bug 22308527. Once fix us this bug, please fix your problem as well.

  • Oracle.ManagedDataAccess OracleSessionStateStore

    I'm having a problem, when I try to use Oracle.ManagedDataAccess in a Web site, as well as Oracle.Web. I have configured the web.config file for Oracle.ManagedDataAccess along with other projects that I have, so I believe that the configuration is correct.

    However, I get an error of Oracle.Web.SessionState.OracleSessionStateStore he's trying to use Oracle.DataAccess, NOT ... Oracle.ManagedDataAccess!

    Can someone give me guidance here?

    Thank you

    Oracle ASP.NET providers do not yet support managed ODP.NET. ODAC 12 c Release 4 will include this support. In fact, for .NET 4 and beyond, only managed ODP.NET will be supported with suppliers ASP.NET this liberation and in the future. For 2 and 3 .NET, only non-managed ODP.NET will be supported for ASP.NET providers.

  • Managed pilot throws ORA-01483 or ORA-01461 when inserting the CLOB

    I think I found a bug in the driver managed to ODAC 12 c Release 3 (12.1.0.2.1). It is similar to that examined in problem with Managed ODP.NET driver update nclob raises ORA-01483, but also happens with shorter CLOB. Maye added challenge is therefore necessary.

    I'm trying to insert two strings to the CLOB columns in addition to the other columns. Although I try to insert the same data, a different error is thrown depending on the order of the parameters.

    If I first bind the shorter string, the error is:

    ORA-01483: invalid length for the DATE or NUMBER variable binding

    If I bind the longer string first, the error is:

    ORA-01461: can bind to a LONG value only for insert into a LONG column

    Please see the archive attached to a solution of the sample that reproduces the two errors.

    The system environment:

    • The driver is fully managed from ODAC 12 c Release 3 (12.1.0.2.1) - the pilot who requires that the instant client does not show this problem.
    • .NET framework 4.5.2
    • Windows 7 SP1 x 64
    • Server: 11.2.0.4.0 running on Windows Server 2008 R2 x 64

    Unfortunately, this errors occur quite often in my application and prevent me to move to the managed pilot, so a bug in output or workaround would be greatly appreciated.

    Hello

    As I wrote above, 20361140 patch resolves the issue.

    Patch 20684004 (DB Windows Bundle Patch 12.1. 0.2.4) and hotfix 20684157 (Windows Bundle Patch 12.1.0.2.5 DB) does not contain the fix. They do not contain an updated ODP.NET file.

    The right patch 21020286 (DB Windows Bundle Patch 12.1. 0.2.6) once again does not contain the fix. This is the latest version of ODP.NET I know. His version of product is 4.121.2. 20150515

    I would also like to see a NuGet package update. Handling everything patches manually, it is really a pain.

    Edit: as written below, an updated NuGet package was released. There the 12.1.22 version

  • Error after you start instance RTS in JAR

    Hello

    I configured the instance RTS (WFR Admin). Atnearfrom the RTS instance, I get the error BadImageFormatException. He said that "this problem occurs when you run with the 32-bit Oracle components customer installed 64 bit mode'. I turned the flag to 'true' to 'Enable 32-bit applications' property in prior-> settings-> DefaultAppPool IIS services manager. In addition, its identity is set to "NetworkService"


    I have ODAC 32-bit installed on the machine as well. I have it configured in the path at the beginning of the line.

    E:\Oracle\bin; E:\Oracle


    After the above settings I still get same error as described.


    OS: Windows 2008 R2

    64-bit operating system


    Exact error:

    An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

    InvalidOperationException: Attempt to load the Oracle client libraries threw BadImageFormatException. This problem occurs when you run with the 32-bit Oracle components customer installed 64 bit mode.


    Any help would be appreciated.


    Kind regards.

    What the exact error is available on the support site:

    "BadImageFormatException" error occurs in the designer of recognition of forms and WebVerifier (Doc ID 1610782.1)

    Make sure that you actually have the client 32-bit db installed and properly active.

    Solution:

    ODAC client are available for download at this link.

    http://www.Oracle.com/technetwork/topics/dotnet/utilsoft-086879.html

    Install a version that is compatible with the database you use, such as:

    ODAC 11.2 release 5 and Oracle Developer Tools for Visual Studio (11.2.0.3.20)

    The path on the machine will be updated after the installation to include the 'bin' to the customer service directory. Note that if you use a computer on the same Oracle database where the recognition of forms is running, this may be a cause of the error. Even with the 32-bit ODAC installed, if the customer is not in front of the 64-bit home database, the error may occur again. Don't forget that the domicile of the customer (for example D:\db\product\11.2.0\client_1\bin) is placed higher in the path to ensure that it can locate the correct 32-bit version of the ODAC start recognition of forms both Designer and Web check.

    Path=D:\db\product\11.2.0\client_1;D:\db\product\11.2.0\Client_1\bin; C:\ImageMagick-6.8.7-Q16;D:\db\product\11.2.0\dbhome_1\bin; C:\Windows\System32; C:\Windows; C:\windows\System32\Wbem; C:\windows\System32\WindowsPowerShell\v1.0\

    Please let me know if this is useful,

    -ryan

Maybe you are looking for

  • Bluetooth, sleep and screensaver does not

    Bluetooth, the sleep and screensaver does not.  We need a fix for this. Bluetooth will not connect to three other Bluetooth devices, which are a Samsung Tablet, Blackberry phone and computer Dell windows 8.1.  Connect all together, it does not connec

  • Aspire s7 unknown device in Windows 10

    After the Windows 10 pro update, everything seems to work. However, Device Manager shows two "unknown devices": I have no idea what I might be missing: how will I know?

  • Exclude the internal Contacts of Metrics

    I have a number of internal contacts that are included in the countryside to be informed of the communications that are sent. What are the best practices to exclude these contacts to the extent of the campaign? I don't want Email opens, clicks, form

  • error message when updating apps

    just got new laptop yesterday and trying to update user applications on the other account, I get an error message. I did not any changes to the other computer then what was Laura to do at the start of the new laptop computer

  • Page UP 25 frames

    In Europe, we work to 25 fps then go it 10 frames forward and back 10 frames is not so good, if you want to set a second keyframe for fades etc.(so 1 second ahead = SHIFT before PG. Prev twice then PG 5 times).NTSC 30 fps you can press it 3 times to