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

Tags: Database

Similar Questions

  • 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?

  • 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

  • I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear

    I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear. It is one of many files that I should I cancel or continue? I pressed on continue in the past and I could not open properly Oracle. Sql Please HELP!

    63f5a1a9-ECA2-4300-B10f-22cd940a8726 wrote:

    I have a problem during the installation of Oracle Database 11 g Release 2 (11.2.0.1.0) on my 32-bit windows, I get this message: file not found C:\app\User\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear. It is one of many files that I should I cancel or continue? I pressed on continue in the past and I could not open properly Oracle. Sql Please HELP!

    It is a symptom of textbooks classic does not have read and followed the original instructions to prepare the downloaded files.  You should have two files zip files.  They both must be decompressed in the same directory.  If you unzip using Windows graphic interface - in right click on the name of the file and selecting "extract all...". "the default behavior will be to create a directory, the same name as the zip file and extract in it.  Thus, file_1_of_2 pulls in directory_1_of_2 and file_2_of_2 extracted in directory_2_of_2.  You must override this stupid behavior by default and specify the directory yourself.  And specify the SAME directory for both files.

    Or just go to a command prompt, change directories to the directory where the two zip files are located and deliver "unzip " and "unzip ", and they will both be properly unpack to a directory named "database".

  • Confusion in the Docs of Oracle for oracle 11G Release 2

    According to the Oracle Docs Library for Oracle 11 g Release 2 (11.2), in http://docs.oracle.com/cd/E11882_01/server.112/e25494/tspaces005.htm#ADMIN11375, "* when you specify NORMAL in offline mode, the database takes a control point for all data storage files, since need them offline." I tested it in my Studio to Test as shown below:--
    < > > > > > >

    SQL > select checkpoint_change # database v$.

    CHECKPOINT_CHANGE #.
    ------------------
    12915076

    SQL > ALTER TABLESPACE TEST_1 normal offline;

    SQL > select checkpoint_change # database v$.

    CHECKPOINT_CHANGE #.
    ------------------
    12915076
    SQL > alter tablespace TEST_1 online;

    Tablespace altered.


    SQL > select State from dba_tablespaces where nom_tablespace = 'TEST_1 ';

    STATUS
    ---------
    ONLINE

    SQL > select checkpoint_change # database v$.

    CHECKPOINT_CHANGE #.
    ------------------
    12915076


    In short, I took the 'TEST_1' tablespace offline normal mode and back again online, but the number unchanged checkpoint remains that violates the Oracle documentation. Posted below in my versions of Oracle database installed: -.

    SQL > select * from v version $;

    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE Production 11.2.0.2.0
    AMT for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production


    Any comments / entries from anyone here is going to be great!

    Published by: 918868 on July 27, 2012 03:22

    When a data file/tablespace is offline, begin to put in backup mode, only playback mode.

    Aman...

  • The IOM on Oracle Express Edition 11 g Release 2 database

    Hello

    is it possible to use the latest version of the IOM on Oracle Database Express Edition 11 g Release 2 for a development environment?

    Thanks in advance,

    Max

    Last means Latest... Yes it supports.

  • 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

  • What version of Enterprise manager can be installed on the database Oracle Enterprise Edition Release 12.1.0.2.0 12 c

    Hi all

    IHAVE installed Oracle Database 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production on windows server 2012 64bits.

    iWant to install Oracle enterprise manager on this database.

    1. which version of the Manager of the business would work on this subject?

    • Oracle Enterprise Manager Cloud control 13 c version 1 (13.1.0.0)
    • Oracle Enterprise Manager Cloud control 12 c Release 5 (12.1.0.5)

    • Oracle Enterprise Manager Cloud control 12 c Release 4 (12.1.0.4)

    • Oracle Enterprise Manager Cloud control 12 c Release 3 Plugin update 1 (12.1.0.3)

    • Oracle Enterprise Manager Cloud control 12 c Release 2 plugin update 1 (12.1.0.2)

    Enterprise Manager Cloud control 12 c version 1 (12.1.0.1)

    2. do I need to install any group of patches in my database in order to use the latest version of the EM?

    3. a good tutorial to install it?

    Thank you.

    Ilias says:

    Depending on your orientation towards certifications (million thanks for this, I actually understand how to check certifications), I got the following for the 13 c of oracle enterprise manager

    Oracle Database (managed target)11 releases(12.1.0.2.0,12.1.0.1.0,11.2.0.4.0,11.2.0.3.0,11.2.0.2.0,11.2.0.1.0,11.1.0.7.0,)10.2.0.5.0,10.2.0.4.0,10.1.0.5.0)and 1 other

    do you think that I am ready to go for EM13c with my oracle 12 c 12.1.0.2.0?

    Yes, it is exactly what it says. Actually, I'm just now on a call about the EM13, so I'll come if I hear something interesting that I am allowed to share.

  • Identity columns were kidnapped in the database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit?

    Hey all,.

    I am able to create the following table in my environment. However, in our QA environment, it fails with the following error:

    Error report:

    SQL error: ORA-02000: missing (keyword

    02000 00000 - "missing %s keyword."

    Originally, we got the error described in this stack overflow thread until I changed:

    GENERATED BY DEFAULT AS IDENTITY

    TO:

    PRODUCT ALWAYS AS IDENTITY


    Here is the code and specifications:


    Table:

    CREATE TABLE table1)

    NUMBER (10) ID GENERATED ALWAYS AS IDENTITY

    );

    Environment:

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production

    PL/SQL Release 12.1.0.1.0 - Production

    CORE Production 12.1.0.1.0

    AMT for 64-bit Windows: Version 12.1.0.1.0 - Production

    NLSRTL Version 12.1.0.1.0 - Production

    QA environment: (this returns the error)

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

    PL/SQL Release 12.1.0.2.0 - Production 0

    CORE 12.1.0.2.0 Production 0

    AMT for 64-bit Windows: Version 12.1.0.2.0 - Production 0

    NLSRTL Version 12.1.0.2.0 - Production 0

    It works for me!  You specify "GENERATES DEFAULT ON NULL AS IDENTITY?

    CREATE TABLE table1)

    NUMBER (10) ID GENERATED BY DEFAULT TO NULL AS IDENTITY

    );

    Table created.

    Select * from product_component_version;

    PRODUCT VERSION STATUS
    NLSRTL 12.1.0.2.0 Production
    Oracle Database Enterprise Edition 12 c 12.1.0.2.0 64 bit Production
    PL/SQL 12.1.0.2.0 Production
    AMT for Linux: 12.1.0.2.0 Production
  • 5.2 released ThinApp! Now supports the Windows 10

    I am pleased to announce the release of ThinApp 5.2! With the support of Windows 10...

    Download it here: VMware ThinApp 5

    But clean as a Windows 10 installed from bare metal machine (vacuum Virtual Machine)? An upgrade of Windows 8 is not as clean...

  • Is the database Oracle 11 g Release 2 supports Windows Server 2012 64-bit?

    Hello

    We will buy new server on which will be installed (Windows Server 2012 64-bit) operating system. Please let me know if Oracle Database 11g Release 2 (11.2.0.1.0) supports Windows Server 2012 64-bit. If supported, then we'll have license to Oralce.

    Thank you.

    See pl http://www.oracle.com/technetwork/database/windows/tech-info/sod-oracle-db-win8-win2012-1853201.pdf

    HTH
    Srini

  • Error messages from database of Oracle 11 g release 2 link to pdf does not work

    Hi all
    I empty space when trying to access the pdf version of Oracle 11 g release 2 database Error Messages. Not sure if it of because of my browser or not. I use firefox 6.0.2 on Slackware 13 64 linux.

    Best regards
    TA.

    We can demand to Oracle? I thought that we could do that through this forum...

    You could leave comments/corrections/suugestions to http://download.oracle.com/docs/cd/E11882_01/server.112/e17766/toc.htm which are transmitted to the authors of each week.

  • The differences beetwen Oracle 10 g Release 2 AND version 3

    Hello
    Could you give me links or just write about the differences between version 3 and have Oracle 10 g Release 2. I have some books to Oracle 10 g AS Release 2, and I don't know what information is incorrect with regard to version 3. I found this link http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/whatsnew.htm#sthref7, but for example, Oracle 10 g AS version 3 does not require a metadata repository. So where can I find all the differences?

    Thanks awfully for help.
    Concerning

    Application server 10R2 (10.1.2.0.2) includes products such as forms & States, discoverer, OID, Oracle Portal etc. These aren't in the Application Server 10R3, which was a single installation JEE JEE solutions-oriented.

    Both versions will be desupported in December 2011, while I spent too much time on these versions. Go with Fusion Middleware 11g: http://download.oracle.com/docs/cd/E21764_01/index.htm

    Thank you
    EJ

  • Updated E-Business Suite 11i database to Oracle Database 11 g Release 1

    Husseinji,

    Now I want to upgrade an E-Business Suite 11i (11.5.10.2) Database (9.2.0.6.0) 11g (11.1.0.7) of the Oracle database Release1.So guide me please to install successfully.

    Kind regards
    Rerry

    Haresh,

    Thanks for Link.To upgrade to 11g Oracle E-Business Suite Version minimum to DDE Application is 11.5.10 CU2. Now my EBS 11i version is 11.5.10.2.Now I want to know that 11.5.10.2 is the same as 11.5.10 CU2 or not?

    The two are the same (11.5.10 CU2 11.5.10.2 and 11.5.10 CU1 = 11.5.10.1 =).

    Kind regards
    Hussein

Maybe you are looking for