Which is the Stable Version of Oracle 10g Enterprise Edition?

Friends,
We would like to upgrade our oracle 9iR2 to 10g in RHEL AS3.0 box.
I would like to know the latest version of 10g.
Also, please provide me.....
1. Tutorial link for upgrading 9iR2 to 10g.
2. Link for oracle 10g latest documentation for latest release.
Please provide the documentation link for 10g latest release with RHEL AS 3 or 4.
Also, please suggest me whether 10g with RHEL AS 3 or 10g with RHEL AS 4 is best.
Thanks
Sathyguy

If you have a choice between Red Hat AS 3 or AS 4, choose AS 4. AS 4 uses the 2.6 kernel.
There is no sense in using 10g R1, unless you have vendor supported app that will only support the app on 10g R1.
You can find the 10g R2 docs at the following link:
http://www.oracle.com/pls/db102/homepage
In the documentation link mentioned above you will find the Upgrade Guide and the Administrator's Reference for UNIX-Based Operating Systems.

Similar Messages

  • Running Oracle 10g Enterprise Edition: Multicore or MultiProcessor

    I have the option of running Oracle 10g Enterprise Edition on a SunFire v480 (4 x 1.2 GHz UltraSPARC III) or a Sunfire T-2000 with a 1Ghz 8-core processor. Assume both machines will be running Solaris 10 as the operating system and have comparable amounts of RAM.
    What would be the best choice for performance, and why? Does Oracle 10g have any optimizations that enhance it's ability to run on a multi-core or multi-processor system, or is that mostly dependent on the OS itself?
    Message was edited by:
    nholst

    Each (dedicated) oracle connection has its own process, plus all of the background processes. This means they will benefit from multiple cpu/core architectures. Assuming that the multi-core solution appears to the OS as multiple processors, it will be the best solution since you have the most CPU power. Be sure to check the licensing rules for multi-core processors, there are some special rules about them.

  • Give me the sql query which calculte the table size in oracle 10g ecc 6.0

    Hi expert,
    Please  give me the sql query which calculte the table size in oracle 10g ecc 6.0.
    Regards

    Orkun Gedik wrote:
    select segment_name, sum(bytes)/(1024*1024) from dba_segments where segment_name = '<TABLE_NAME>' group by segment_name;
    Hi,
    This delivers possibly wrong data in MCOD installations.
    Depending on Oracle Version and Patchlevel dba_segments does not always have the correct data,
    at any time esp. for indexes right after being rebuild parallel (Even in DB02 because it is using USER_SEGMENTS).
    Takes a day to get the data back in line (never found out, who did the correction at night, could be RSCOLL00 ?).
    Use above statement with "OWNER = " in WHERE for MCOD or connect as schema owner and use USER_SEGMENTS.
    Use with
    segment_name LIKE '<TABLE_NAME>%'
    if you like to see the related indexes as well.
    For partitioned objects, a join from dba_tables / dba_indexes to dba_tab_partitions/dba_ind_partitions to dba_segments
    might be needed, esp. for hash partitioned tables, depending on how they have been created ( partition names SYS_xxxx).
    Volker

  • Is there a version of Oracle 10g Express Edition x64?

    Is there a version of Oracle 10g Express Edition x64?
    I'm looking for a 64bit version of Oracle 10g XE, because I use windows 7 x64 and to have no disadvantages ODBC drivers I would get that version.
    Is there a 64bit version?
    AnthuanVasquez

    1) There's currently no XE 64bit
    2) there's currently NO Oracle software for Windows 7 at all
    Werner

  • "In-Memory Database Cache" option for Oracle 10g Enterprise Edition

    Hi,
    In one of our applications, we are using TimesTen 5.1.24 and Oracle 9i
    databases (platform - Solaris 9i).
    TimesTen holds application information which needs to be accessed quickly
    and Oracle 9i is a master application database.
    Now we are looking at an option of migrating from Oracle 9i to Oracle 10g
    database. While exploring about Oracle 10g features, came to know about
    "In-Memory Database Cache" option for Oracle Enterprise Edition. This made
    me to think about using Oracle 10g Enterprise Edition with "In-Memory
    Database Cache" option for our application.
    Following are the advantages that I could visualize by adopting the
    above-mentioned approach:
    1. Data reconciliation between Oracle and TimesTen is not required (i.e.
    data can be maintained only in Oracle tables and for caching "In-Memory
    Database Cache" can be used)
    2. Data maintenance is easy and gives one view access to data
    I have following queries regarding the above-mentioned solution:
    1. What is the difference between "TimesTen In-Memory Database" and
    "In-Memory Database Cache" in terms of features and licensing model?
    2. Is "In-Memory Database Cache" option integrated with Oracle 10g
    installable or a separate installable (i.e. TimesTen installable with only
    cache feature)?
    3. Is "In-Memory Database Cache" option same as that of "TimesTen Cache
    Connect to Oracle" option in TimesTen In-Memory Database?
    4. After integrating "In-Memory Database Cache" option with Oracle 10g, data
    access will happen only through Oracle sqlplus or OCI calls. Am I right here
    in making this statement?
    5. Is it possible to cache the result set of a join query in "In-Memory
    Database Cache"?
    In "Options and Packs" chapter in Oracle documentation
    (http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/options.htm
    #CIHJJBGA), I encountered the following statement:
    "For the purposes of licensing Oracle In-Memory Database Cache, only the
    processors on which the TimesTen In-Memory Database component of the
    In-Memory Database Cache software is installed and/or running are counted
    for the purpose of determining the number of licenses required."
    We have servers with the following configuration. Is there a way to get the
    count of processors on which the Cache software could be installed and/or
    running? Please assist.
    Production box with 12 core 2 duo processors (24 cores)
    Pre-production box with 8 core 2 duo processors (16 cores)
    Development and test box with 2 single chip processors
    Development and test box with 4 single chip processors
    Development and test box with 6 single chip processors
    Thanks & Regards,
    Vijay

    Hi Vijay,
    regarding your questions:
    1. What is the difference between "TimesTen In-Memory Database" and
    "In-Memory Database Cache" in terms of features and licensing model?
    ==> Product has just been renamed and integrated better with the Oracle database - Times-Ten == In-Memory-Cache-Database
    2. Is "In-Memory Database Cache" option integrated with Oracle 10g
    installable or a separate installable (i.e. TimesTen installable with only
    cache feature)?
    ==> Seperate Installation
    3. Is "In-Memory Database Cache" option same as that of "TimesTen Cache
    Connect to Oracle" option in TimesTen In-Memory Database?
    ==> Please have a look here: http://www.oracle.com/technology/products/timesten/quickstart/cc_qs_index.html
    This explains the differences.
    4. After integrating "In-Memory Database Cache" option with Oracle 10g, data
    access will happen only through Oracle sqlplus or OCI calls. Am I right here
    in making this statement?
    ==> Please see above mentioned papers
    5. Is it possible to cache the result set of a join query in "In-Memory
    Database Cache"?
    ==> Again ... ;-)
    Kind regards
    Mike

  • Oracle 10g Enterprise Edition user license in Standard Edition

    Hi,
    If I purchase Oracle 10g Enterprise Edition license (user or processor), and somehow if I decedided to downgrade the server from Enterprise Edition to Standard Edition, is these license still valid to apply to the Standard Edition server??
    Thanks

    I'm sure Oracle would have no objection to you using a less expensive version, but you may want to run that question by your Oracle sales rep to see if there is a notification requirement.
    Whether there would be an opportunity to get some level of refund, though, would be a question for your Oracle sales rep. I would tend to doubt it but you never know.
    Justin

  • Upgrading from Oracle 10G standard edition to Oracle 10G enterprise edition

    Hi
    I want to upgrade from Oracle 10G standard edition to Oracle 10G enterprise edition. Is there any script provided by oracle which I can run on existing Oracle 10G standard edition to upgrade to enterprise edition after completing the licensing formalities or do I need to install Oracle 10g Enterprise edition from scratch and then migrate my data.
    Ramanbir S

    You will not need to perform any data migration to upgrade to EE. The diffetence between standard en enerprise editions are the features offered. When you upgrade you can use the same set of files you used to install standard edition and just add the enterprise edition features you want to use in the 'Custom' section of the Universal Installer.

  • Oracle 10g Enterprise Edition Java Error

    Hi I am a student. I have licences copy of Oracle 10g Enterprise Edition. While using dbconsol i have an error that java.lang.Exception: Exception in sending Request :: null. so what is the solution. Please Help Me.

    Welcome to OTN
    Also notice that when you post new question , Included DB version ( 4 digit ) and OS version .
    Similar thread
    Oracle 10g R2 Enterprise Manager Web Interface doesn't see the database

  • Oracle 10g enterprise edition in ubuntu

    how to install oracle 10g enterprise edition in ubuntu 11.04 (32bit). i have downloaded from http://www.oracle.com/technetwork/database/10201linuxsoft-097986.html .
    thanks in advance.

    rakeshor wrote:
    i unzip it and run installer but nothing happn.it worked for me
    bcm@bcm-laptop:~$ sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Oct 9 22:57:04 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> !uname -a
    Linux bcm-laptop 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:39:17 UTC 2011 x86_64 GNU/Linux
    SQL>

  • Uninstalling oracle 10g enterprise edition from windows vista

    HI There,
    I want to uninstall oracle 10g enterprise edition from windows vista home premium edition. I have uninstalled it using oracle universal installer and then deleted folder from program files. But I am unable to delete the main folder i.e. D>Oracle..
    It is displaying error message 'access denied' Please suggest me on this issue.. How can I delete that one so that I can instal it again. I would be really grateful.
    kind regards

    Can someone help me on this issue.. That would be great...

  • Oracle 10g Enterprise Edition restrictions

    Hi,
    Kindly anyone help me to detail what are the Oracle 10g Enterprise Edition restrictions?
    Any help will be needful for me
    Thanks and Regards

    user598986 wrote:
    Kindly anyone help me to detail what are the Oracle 10g Enterprise Edition restrictions?To add to the other post - the answers are in the following specific doc
    1) Legal restrictions are in the license document you agree when you get the software
    2) General discussion about what is included with the edition, and what is in Options, is found in Licensing manual
    3) General software limits are described in the Limits chapter of the Reference manual
    4) Operating system specific limits are in the Platform or Admini guide for the operating system

  • Oracle 10g Enterprise Edition

    Hi,
    I would like to know can I download oracle 10g enterprise edition?
    If yes can I use it to build over test and dev. environments without any licensing issues.
    Thanks and Best regards
    Hitesh Nouni

    Hi,
    LICENSE RIGHTS
    We grant you a nonexclusive, nontransferable limited license to use the programs only for the purpose of developing a single prototype of your application, and not for any other purpose. If you use the application you develop under this license for any internal data processing or for any commercial or production purposes, or you want to use the programs for any purpose other than as permitted under this agreement, you must contact us, or an Oracle reseller, to obtain the appropriate license.
    For more information, you can take a look on this link below:
    http://www.oracle.com/database/product_editions.html
    Cheers

  • Which is the latest version of Oracle Financials11i

    hi
    Is oracle financials 11.0.3. the latest version oracle financials. If not can any body tell me the latest version of oracle financials 11i.

    For questions related to EBS / Applications, please use the forums in the EBS category (such as the Financials forum).

  • Apex upgrade from 3.2 to 4.0 in Oracle 10g Enterprise Edition

    Hi Friends,
    I am currenly using Apex version 3.2.1. My oracle version is "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0".
    I am planning to upgrade my apex version to 4.0. Can i do this with the same oracle DB version. Is there any specific
    licence needed for such an upgrade?
    Regards,
    Nav

    Can i do this with the same oracle DB version.Yes. 10.2.0.4.0 meets the documented requirements.
    Is there any specific licence needed for such an upgrade?No, not if the database is licensed. (Additional licenses may be required for some web server configurations.)

  • Oracle 10g Enterprise Edition on RHEL WS

    I want to run Oracle 10g EE on RHEL WS 3 on a home computer to familiarize myself with the DB.
    Will Oracle 10g EE install on this OS???

    I want to run Oracle 10g EE on RHEL WS 3 on a home computer to familiarize myself with the DB.
    Will Oracle 10g EE install on this OS???

Maybe you are looking for

  • How do I change the phone number format on my phone?

    My MacBook address book and iCloud both show the format (888) 555-1212 but my iPhone shows 8885551212.  This causes problems with my contact names matching up.

  • Macbook won't detect an external display

    Recently I decided to attempt to connect my Macbook to my new Sharp LCD TV. I have a mini DVI to DVI cable and then a DVI to VGA. When I hook up my Mac, nothing comes up. The television similarly displays 'No Signal'. The screen on the macbook goes b

  • How to display the user in a Portal page?

    This is certainly a qyestion many of you have come across: What is the best way to display the portal username in a portal page? Thanks in advance for your help, Miguel

  • Preserve Leading Zeros in SQL export to TXT

    I need to export accounting data from SQL to a series of TXT files, with a "ServiceCode" of 02. I cannot get the leading zero to stick. Here is the section of the SQL stored procedure that pulls the serviceCode of "02." IF @serviceCode = '02' BEGIN S

  • Quick Office and the N8

    1- From the pre-release information about the N8, I was under the impression that Quick Office was a free program.  However, when I want to make a new document it requires a purchased registration.  I have registered the PDF app that comes with the t