IDM 6.0 and Oracle versions

What versions of Oracle does IDM 6.0 SP1 support?

As per release notes
Repository Database Servers
- Oracle 9i® and Oracle Database 10g, 10gR1 and 10gR2®
Supported Resources
• Oracle 8i®
• Oracle 9i®
• Oracle Database 10g Release 1®

Similar Messages

  • Mismatch between COMPATIBLE Parameter and Oracle Version

    Hi,
    If the ORACLE version is say 11g but the compatible parameter in init.ora is say 9.2.0 or 8.1.7 what will be the effect on the database?
    Will the database behave as like 11g or of the lower version?
    If we alter the init.ora to the new version for compatible paremeter will it affect DB rebooting?
    This is an interview question and i could not answer.
    Please let me know the answers.

    If the ORACLE version is say 11g but the compatible parameter in init.ora is say 9.2.0 or 8.1.7 what will be the effect on the database?
    Will the database behave as like 11g or of the lower version?
    If we alter the init.ora to the new version for compatible paremeter will it affect DB rebooting?
    This is an interview question and i could not answer.Here, database created in 11gR2, if try to set lower compatibility it wont be allowed, Below is example.
    Check this article of TKyte.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:485421569569
    Init.ora Parameter "COMPATIBLE" Reference Note [ID 30699.1]
    SQL> show parameter compatible
    NAME                                 TYPE        VALUE
    compatible                           string      11.2.0.0.0
    SQL> alter system set compatible='10.2.0' scope=spfile;
    System altered.
    SQL> shut immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  778387456 bytes
    Fixed Size                  1374808 bytes
    Variable Size             276825512 bytes
    Database Buffers          494927872 bytes
    Redo Buffers                5259264 bytes
    ORA-00201: control file version 11.2.0.0.0 incompatible with ORACLE version
    10.2.0.0.0
    ORA-00202: control file: 'C:\ORACLE\ORADATA\ORCL\CONTROL01.CTL'
    SQL>SID3      
         Newbie
    Handle:      SID3
    Status Level:      Newbie
    Registered:      Sep 27, 2006
    Total Posts:      493
    Total Questions:      68 (56 unresolved)
    Name      Amritansu Ray
    Close the thread if answered, Keep the forum clean.
    Edited by: CKPT on Feb 15, 2012 9:54 PM

  • DB Links AND Oracle Version Compatibility

    Both Client & Server running on Windows.
    We have an 8.0.6 Database that has a public Database link connecting to another 8.0.6 database.
    Using an OCI application to perform a simple select (using Oracle 9 Release 2 Client) :-
    "SELECT * FROM USER.TABLE@LINK_NAME" gives us "ORA-03113 End of file on communication channel".
    Running the same application on other client versions has given the following results:-
    Oracle 8.0.5 Client - Works Fine
    Oracle 8.1.5 Client - Works Fine
    From the above we assume the problem lies in the Oracle client / servier combinations. Mainly that it doesn't work with a 9 client and an 8.0 server.
    However, when we try the same SELECT statement on an Oracle 9 (Release 2) client in SQL-Plus it works fine.
    I used Dependency Walker to check the DLLs that SQL-Plus is using. OCI.DLL is not one of them.
    Is this a problem with the Oracle 9 version of OCI.DLL ?
    Hope someone out there can help.
    Adrian
    PS: Is there a matrix somewhere that tells us the compatibillity between versions of the client against versions of the database.

    Does your table contain any NVARCHAR columns?
    I ran into similar problem in the past when I was
    dealing with NVARCHAR columns over dblink to 8i server.
    I found a patch (#1634613) that is supposed to address
    the problem. That might help you also.

  • Mixing Instant Client and Oracle Versions

    I have a customer with an Oracle 10.2.0.1.0 database running on Windows XP x64. I'm building a new development machine, and trying to install the matching Instant Client SDK. All I see are versions 10.2.0.3.0 and 10.2.0.2.0 for Oracle 10g2.
    I assume the 11g versions are likely to cause some problems. Will it be a problem to install a slightly newer version, or will I have to patch Oracle for the customer? Since there's no actual DBA, I get stuck with all the DBA work, even though I'm a developer, and I try to avoid unnecessary DBA work.

    If you have access to download the files from the customer's installed oracle, you can get whatever you need for the SDK there. It will match the exact version number, and be a lot smaller. If you need to run the program on a machine without the installed client or server software, you can use something like a dependency walker to find what DLL's you're missing, if any. Hopefully it won't be too much.
    Edited by: jbo5112 on Nov 24, 2009 5:24 PM -- Since no one else is helping, I have to figure these things out on my own

  • NDS and Oracle versions/editions

    Hi,
    I was wondering if anyone can tell me what the differences are
    between Personal Oracle 8i, Oracle 8i Standard and Enterprise
    Edition. I was wondering, also, if it is possible to use NDS,
    DBMS_SQL (Method 4), etc. with Personal Oracle 8i. Also, is
    there any place (on-line) where I could check (like a summary of
    features) on 8i and 9i editions?
    Thanks in advance.
    Sincerely,
    Nikhil Kulkarni

    Hi,
    i found a great FAQ here which answered my questions:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq_0.htm
    Cheers
    R

  • SAP 4.7 and oracle version

    Hi Experts,
    I have a basic question. Is SAP 4.7 enterprise edition extn 1.1 currently supported with oracle 9i or it needs to be upgraded to 10g?
    Regards,
    Sandeep

    Hi Sandeep,
    I would advise you to choose oracle 10g as the database.
    Please read SAP notes 1058988, 407314 to choose the latest kernal and database release for this release of SAP as it will give you several additional features / functionality along with it and will be supported for longer time.
    Cheers,
    Nisch

  • Different between Oracle 8.1.7.0.0 and Oracle 8.1.7.2 ?

    1) Hi all, i have some doubt about the oracle versioning technique. For example, i had installed oracle 8.1.7 release 3 in a SUN Solaris version 8 and the database character set is in UTF-8. Then i select sql : "Select * from product_component_version" and the result is "Oracle8i Enterprise Edition 8.1.7.0.0 ". What does that means ? Our DBA in another location had installed the oracle 8.1.7 release 2 in their db server with the same OS and same database character set which is UTF-8. But the result from the "Select * from product_component_version" is "Oracle8i Enterprise Edition 8.1.7.2 ".
    So as a conclusion, i had confused about the oracle versioning technique, can somebody please explain to me ?
    2) My second problem is actually related to problem stated above (1). In the Oracle 8.1.7 release 2 database,
    when i select a clob/blob value for update, i sometimes encountered the problem as follows but in our Oracle 8.1.7 release 3 the problem didn't exist at all after investigating that all the java code and other factor remain the same but not the oracle version.
    java.io.IOException: ORA-22990: LOB locators cannot span transactions
    ORA-06512: at "SYS.DBMS_LOB", line 700
    ORA-06512: at line 1
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.io.IOException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.SQLToIOException(DBError.java)
    at oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java)
    at oracle.jdbc.driver.OracleBlobOutputStream.write(Compiled Code)
    This was an error log in our backend log and in the web browser it showed "Request Timeout" in both IE and Netscape. We are using J2EE, Oracle DBMS and IBM Websphere App Server for our e-commerce system.
    But retrying the request sometimes may work but most of the time failed.
    The above error didn't exist in our server using Oracle version 8.1.7 release 3 (8.1.7.0.0) and Oracle
    version 8.1.6.0.0. But ORacle version 8.1.7.2 release 2 is encountering this problem now.
    Somebody please help me on this problem, our developers and DBA had try to solved this problem one week ago but still don't know what is the cause.

    Oracle 9i client would fit you well. You need ORACLE_HOME set, ORACLE_HOME/bin in the path variable and of cource check that the user has access there. Are you using OCI to connect to Oracle? JDBC thin client is a better approach, in my opinion, as it is pure java.
    Oracle also provides something called "instant client", which provides connectivity only for applications.

  • All Ace members and Oracle forum moderators/administrators

    Dont you guys think that we need a way to stop threads once the problem is resolved as per the user who posted the question ?
    Regards,
    http://askyogesh.com

    I understand, my aims was, instead of just saying what is your OS or what is your Oracle version, one could say, this differce on OS to OS and Oracle version to Oracle version and giving little hint/answer to the question.Assume that there for example n different OS and n different versions of Oracle SW.
    Somebody ask the question (reason of problem is specific for OS or version of DB) and don't provide OS version and DB version.
    Means that you will give him n hints/answers? Probably no.
    There is problem people creating topics with lack description of problem/question. Bad subject "Urgent!!!! I need help!!!" instead of "Frequent ORA-xxxxxx errors on 9.x.x.x"
    or description "My database suddenly crashed. Why?" instead of detailed description including OS, DB version and errors from alert log.
    If someone didn't provide useful information I will ask for it but I won't writing "novel" to my post.

  • JDBC Problem with Oracle 8.1.7. and OC4J  Version 2

    I use the following connection statement with Oracle 8.1.7. and JDeveloper 3 and Apache Server. It works fine.
    String user = "scott/tiger";
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:"+user+"@RDL");
    The same program does not obtain the connection with JDeveloper 9i, OC4J Version 2 and Oracle 8.1.7. I do not receive any error message, no exception is thrown.
    Please help me.

    Hi Avi,
    I had already tried the thin Diriver but after yout help I try again.
    With this thin driver, I received a SQLException which helps me.
    As usual, there were a lot of different problems. The main one was that my default configuration do not use the jdbc/lib817 main jdbc/lib. There is a classe12.jar in these libs that are apparently different.
    Finally, I obtain the connection with the "thin" driver.
    Thank you very much Avi!
    Reni

  • What are the versions required for JBOSS,JDK and ORACLE to setup the ATG 10.2.

    Hi Folks,
    Could you please share, What are the versions required for JBOSS, JDK and ORACLE to setup the ATG 10.2.
    Thank you.

    In case you don't have access to MOS :
    JBOSS : 5.1.2 EAP
    JDK : 1.6.0_38
    ORACLE :
    Oracle Exadata5
    Oracle 10gR2 (10.2.0.3)
    Oracle 10gR2 RAC (10.2.0.3)
    Oracle 11gR2 (11.2.0.2.0)
    Oracle 11gR2 RAC (11.2.0.2.0)

  • Difference between 9iAS Release 1 version 1.0.2.2.1 and Oracle 10gR2

    Everyone,
    We are facing very critical issue while upgrading from Oracle form 6i to Oracle 10g. Earlier the forms were deployed on web using 9iAS Release 1 version 1.0.2.2.1 which now migrated to Oracle 10gR2 Suite (Forms - 9.0.4.0.19 and Application Server is 10.1.2.0.2 and database is moved to Rack). We were not having issue during testing but as soon as we migrated in Production we are having issues starting from Stale connections to Http 500 errors, FRM-92000 and droped or lost network connectivity errors. Still unable to pin point the root cause. We increased the Memeory, JVMs, heap size, connection etc as per Oracle Support recomendations. Recently by looking in one of the article refered by Oracle and found that there are some recomendation for form upgrade from 6i to 10g. All of the recomendations are mainly to avoid network traffic. Now I have been assigned the case study to address this issue in the light of our current application system, which is mainly front end oracle forms, Userexit (C and Perl C for business logic) and Oracle database. This Userexit is residing at the application Server and used mainly for lots of business functionalities.
    My question here is what makes this new upgrade different than previous application server. Is there any documentation available that refers how the calls are being received, routed and transmitted from Oracle Application Servers to client, database. I would really appreciate the inputs from all of you. Please feel free to ask if there is any question. Thanks.

    Can you show the apache logs, oc4j_bi_forms_defaultisland log form opmn/logs, and other logs with the exact string of error?
    This could be related to a lot of things.
    Regards.

  • Our Java application is built with java 1.4 version and oracle 10g

    Our Java application is built with java 1.4 version and oracle 10g version database, is it possible to upgrade oracle database to 11g?

    is it possible to upgrade
    Yes. SE and the other editions have a migration/upgrade utility, not seeing any mention of that program in the XE license docs. To upgrade to 11gR2 from 10g, the 10g instance must be at patch 10.2.0.2 or higher.
    So if you're a GUI dba, might be out of luck. But the the XE install has the catalog upgrade scripts that need to be run, there is a MOS note explaining the manual upgrade steps.
    Or set up a brand new 11g database instance and datapump your user schema(s) from the 10g instance to the new 11g instance. The database doesn't care what java version you're using, it just does what its told with the data. DDL, DCL, DML ... its not much different. Quite a few new features in 11g.
    But if you're after JVMs that piece is not supported with XE.

  • How to fine the oracle version and bit info?

    I just want to find out the
    Oracle version
    Bit info (32 or 64....)
    and other system configuration about oracle
    Please help

    Duplicate post:
    how to fine the oracle version and bit info?

  • Urgentpls : How to find the Oracle reports and forms version in Unix prompt

    Hi,
    How to find the Oracle reports and forms version in Unix prompt.
    Please give the steps
    Thanks

    I need to check the version of Oracle forms and reportsExample :$ frmcmp.sh -h | head -1
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    $ rwrun.sh 2>/dev/null | head -2 | tail -1
    Report Builder: Release 10.1.2.0.2 - Production on Wed Mar 10 11:17:55 2010
    $

  • I'm trying to compile PDO_OCI and get "Unsuported Oracle Version 11.2"

    Here were my steps to get to that point...
    I installed the oracle instantclient libs rpm's (basic, devel).
    The rpm's installed the client in /usr/lib/oracle/11.2/client/lib (only folders in client are bin/ and lib/ btw).
    I compiled pdo and oci8 successfully ... oci8 needed the with-oci8 param added to work pointing at oracle lib's "./configure --with-oci8=instantclient,/usr/lib/oracle/11.2/client/lib"
    I tried to compile pdo_oci, and got an error about the sdk header files (couldn't find oci.h)... So i noticed oci.h was in /usr/include/oracle/11.2/client, so I copied all the *.h files to where i thought oracle was trying to look for the files (/usr/lib/oracle/11.2/client/include)...
    then running ./configure again gave another error... looks like "./configure --with-pdo-oci=instantclient,/usr/lib/oracle/11.2/client" didnt work ... I looked at the configure script and noticed it was trying to find oracle in $somedir/lib/oracle/$version/client (which it would try to figure out the 2 vars based on the oracle client home you passed)... but the command line (at least in centos5.4 linux) didn't set them correctly from the parameter I passed here i think:
    PDO_OCI_IC_PREFIX="`echo $PDO_OCI_DIR | cut -d, -f2`"
    PDO_OCI_IC_VERS="`echo $PDO_OCI_DIR | cut -d, -f3`"
    ... so based on those args it was looking for, i just ran " ./configure --with-pdo-oci=instantclient,/usr,11.2" and that got further (since it just did /usr + /lib/oracle/+ 11.2 /client/include/oci.h) ...
    But it errored at the next stage "configure: error: Unsuported Oracle Version! 11.2"...
    Anyone know if it should work with 11.2, or maybe the vars arent being set further in the script? or maybe I still am not installing it correctly?
    Thanks if anyone can help!

    Thanks cj2!,
    I did compile PDO but forgot to include the extension in my php.ini ;).
    Now my apache/php show no errors and my php script connects via oci8 and PDO.
    I did read the manual and saw that recommendation to use oci8,... but needed to get PDO to work, because I believe my company's old php framework uses PDO (symfony 1.0).
    P.S. when I restarted my test server, the 'setenforce 0' for selinux turned back to on, so had to set it in /etc/sysconfig/selinux to 'permissive' to set permanently ...
    Is this the best solution or something like below is better (cause heard i shouldnt turn selinux off)? (i can ask this in another thread if you dont know off the back of your head)
    I found these steps in a blog, but not sure what they do:
    tail -f /var/log/audit/audit.log | tee oracle.log
    audit2allow -M oracle < oracle.log
    semodule -i oracle.pp

Maybe you are looking for