Upgrade from Oracle Database 11.2.0.1 to 11.2.0.3

Hi,
I have Oracle ASM 11.2.0.1, Oracle RAC 11.2.0.1 and Oracle Database 11.2.0.1. I have two nodes.
I would upgrade Oracle Database to 11.2.0.3 mantaining the 11.2.0.1 version for ASM and RAC.
Is it possible?
Where can I get a guide?
Thanks

user8984343 wrote:
Hi,
I have Oracle ASM 11.2.0.1, Oracle RAC 11.2.0.1 and Oracle Database 11.2.0.1. I have two nodes.
I would upgrade Oracle Database to 11.2.0.3 mantaining the 11.2.0.1 version for ASM and RAC.
Is it possible?No. It's not possible.
+"mantaining the 11.2.0.1 version for ASM and RAC"+
You mean +"mantaining the 11.2.0.1 version for ASM and Clusterware"+ , because RAC is the Software of Oracle Database in Clustered env. (i.e Oracle Database Software over Cluster is called RAC)
The release of Oracle Clusterware that you use must be equal to or higher than the Oracle ASM and Oracle RAC versions that are running in the cluster. You cannot install a version of Oracle RAC that was released after the version of Oracle Clusterware that you run on the cluster.
See detail Oracle Clusterware Version Compatibility:
http://docs.oracle.com/cd/E11882_01/rac.112/e16794/intro.htm
Regards,
Levi Pereira

Similar Messages

  • How to upgrade from oracle database 10g 10.1.0.3 to 10.1.0.5 or 10.2.0.4

    I have a oracle database 10g version 10.1.0.3 on solaris 10 x86. I can't find the recent patches suitable to my database.
    How can I upgrade it to 10.1.0.5 or higher (10.2.0.4)?
    Thanks.

    take a looks at this metalink doc for all upgrade needs...
    sub: Complete checklist for manual upgrades of Oracle databases from anyversion to any version on any platform (documents only from 7.3.x>>8.0.x>>8.1.x>>9.0.x>>9.2.x>>10.1.x>>10.2.x>>11.1.x)
    Doc ID:      421191.1

  • Upgrading from Oracle database 10.1.0.2 to 10.2.0.3

    Hello
    I'm new to oracle database installations. I'm trying to upgrade from 10.1.0.2 to 10.2.0.3 but have no clue on how to do it...
    What must i do and where can i download the necessary executables? Metalink?
    I thank in advance all your help!
    Best regards

    OK,
    This is an upgrade from 10g Rel 1 to 10g Rel 2 plus the 10.2.0.3.0 patchset. It means you will have to perform these operation>
    0. Perform a full backup of your current environment.
    1. Install 10gR2 on a separate Oracle Home.
    2. Apply the 10.2.0.3.0 patchset on top of this new oracle installation.
    3. Perform the database upgrade process to upgrade your database from 10gR1 to 10gR2-3
    This is not an upgrade guide and there are a lot of details you must consider prior to actually executing this procedure, I suggest you to read the 10gR2 upgrade guide you can find here --> http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/toc.htm
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Database upgradation steps from Oracle Database 10g EE to 11g R2

    If any document/Steps available for the upgradation of database from Oracle Database 10g EE to 11g R2 please provide us.
    Thank you.

    Please refer to this document for a step by step guide:
    http://www.oracleflash.com/34/Upgrade-Oracle-10g-Release-2-to-Oracle-11g-Release-2.html

  • Error calling BLS from oracle database

    Hi Experts,
    We have a scenario in which we are calling BLS from oracle database using trigger. The call is made using the following URL:
    http://<Host name>:50000/XMII/Runner?Transaction=<TRX_Path>&Material=MATNR&Pallet_id=PALLET&Plant=PLANT&Proc_order=PROC&Prodline=PROD&Quantity=QTY&Start_Date=DAT&Start_Time=TIM&Status=STAT&UOM=UOM1&User_name=USER&OutputParameter=*
    This used to work fine in 11.5 but when we upgraded to 14.0 it is not working. We have maintained server details in \etc\host file.
    We were getting error in file 'Error 1 Text.txt'. "A possible Cross-Frame Scripting attack has been prevented. Please contact your system administrator or refer to" this was the last error message. We checked this on SCN and based on the search results we have implemented SAP note 1651004 wherein setting in netweaver is required to be changed. After note was implemented we are getting another error text ('Error 2 Text.txt') "This will happen if the browser running the page tha". We tried a few ways but could not capture the full message coming.
    Has anybody of faced similar problem? I would highly appreciate any hint which could help in solving this problem.
    System Information:
    NW 7.31 SP 10
    Oracle 11.2.0.4
    MII 14.0 SP5 patch 7
    Regards,
    Darshan

    Hi Christian/Anushree,
    I have now modified the URL by adding Illum login name and password:
    http://<Host name>:50000/XMII/Runner?Transaction=<TRX_Path>&Material=MATNR&Pallet_id=PALLET&Plant=PLANT&Proc_order=PROC&…
    When i run the url in browser it gives me the expected results but when i try to trigger it from Oracle i am still getting the error as below:
    "<script>
      var inPortalScript = false
      var webpath = "/logon_ui_resources/"
    </script>
    <html>
    <head>
    <BASE target="_self">
    <link rel=stylesheet href="/logon_ui_resources/css/ur/ur_ie5.css">
    <title>User Management, SAP AG</title>
    <script language="javascript">
    var originWindowName=window.name;
    window.name="logonAppPage";
    function restoreWindow() {
    try{
    window.name=originWindowName;
    } catch(ex){}
    </script>
    <script language="JavaScript">
    function putFocus(formInst, elementInst) {
      if (document.forms.length > 0) {
        document.forms[formInst].elements[elementInst].focus();
    function setValuesAutoCreation() {
    var form = document.getElementById('logonForm');
    form.j_username.value="";
    form.j_password.value="";
    form.automaticAccountCreation.value="true";
    function submitForm() {
    var form = document.getElementById('logonForm');
    form.submit();
    function clearEntries() {
      document.logonForm.longUid.value="";
      document.logonForm.password.value="";
    function setFocusToFirstField() {
    myform = document.logonForm;
    try{
       for (i=0; i<myform.length; i++) {
        elem = myform.elements[i];
        if (!elem.disabled) {
          elemType = elem.type;
          if (elemType=="text" || elemType=="password") {
           if (!elem.readOnly) {
              elem.focus();
              break;
          if (elemType=="select-one" || elemType=="select-multiple" || elemType=="checkbox" || elemType=="radio") {
            elem.focus();
            break;
    } catch(ex){
    function addTenantPrefix() {
      return true;
    </script>
    </head>
    <body class="urBdyStd" bgcolor="#F7F9FB" onLoad="setFocusToFirstField()" onUnload="restoreWindow()">
    Thanks,
    Darshan
    <script language="JavaScript">
    var blockPage = false;
    </script>
    <script language="JavaScript">
    try {
      if (top.document.domain != self.document.domain) {
      blockPage = true;
    } catch (error) {
      // This will happen if the browser running the page tha"

  • Upgrade from oracle 10.2.0.3 to 10.2.0.4 Server or Clients first?

    Hello,
    I'm planning to Upgrade from oracle 10.2.0.3 to 10.2.0.4 on Windows
    Server and Clients ar running now on 10.2.0.3.
    I cannot Upgrade both at the same time.
    What is recommend to upgrade first? Server or Clients?
    Thank you!
    stepe

    Hi,
    No matter the order the client / server compatibility is not so strict. Check MOS note 207303.1
    You can connect with a 10.2.0.3 client on a 10.2.0.4 database or with a 10.2.0.4 client on a 10.2.0.3 database. In fact you could even connect with a 9.2.0.8 client if it was still supported.
    As Ollear mentioned you client application needs of course to be tested but it should work fine.
    Notice the 10.2.0.5 patchset has been released.
    Best regards
    Phil

  • Need steps to Upgrade from Oracle 10.2.0.3 to 10.2.0.4

    Hi Experts,
    We have some databse of diffrent version running on the same host.
    Two oracle homes are there on that host 1.) one for the databases running on Oracle 10.2.0.3 .
    2.) 2nd one for the databases running on Oracle version 10.2.0.4.
    Now we are planning to upgrade the oracle database running on 10.2.0.3 to 10.2.0.4 on the sane host.
    My question is How to upgrade the database from 10.2.0.3 to 10.2.0.4 by using the current oracle home already used by the databases of version 10.2.0.4 on the same host.
    OS is HPUX
    /db/oracle/10.2.0.4/ --- Host 1
    /db/oracle/10.2.0.3/ ---Host1
    What steps i need to execute.
    Thanks in advance.
    Sunil
    Edited by: user644339 on Sep 20, 2010 10:47 AM

    Get hold of the upgrade / install notes from the 10.2.0.4 patch and read them. If you go to the metalink site you can download the notes by themselves if
    you don't have the patch file lying around.
    Essentially what you want to do is shutdown the database in the old Oracle home and then start it up in the new oracle home so you can upgrade it.
    1) back it up!
    2) run any pre-upgrade checks - see 10.2.0.4 patch notes.
    3) shutdown database - see 10.2.0.4 patch notes
    4) move/copy init<SID>.ora,spfile<SID>.ora, orapw<SID> files for the instance to the new Oracle Home see $ORACLE_HOME/dbs
    NOTE: you can ensure you are not starting the database using the OLD Oracle Home by moving the files out of the OLD $ORACLE_HOME/dbs directory
    or renaming them ( but don't delete them incase you need to back out ).
    5) update your /etc/oratab file and tnsnames.ora file / listener.ora files ( if applicable ) $ORACLE_HOME/network/admin
    6) update any enviroment settings / scripts you have for setting up your environment.
    7) start database using the NEW Oracle Home ( check and set environment variables ) "using" the upgrade procedure from the the 10.2.0.4 patch notes.

  • Upgrade from Oracle 9.2 to 11.2

    Hi
    I want to do a upgrade from oracle 9.2 to oracle 11.2 (Step by Step procedure).
    Please kindly share simple procedure for upgrade and checks need to me done post upgrade.
    if possible scripts for post upgrade.
    Jass

    You have basically two ways how to do this. The first method is to upgrade the database either manually or using Database Upgrade Assistant. You have to be on the last 9.2. patchset or have to upgrade to the last patchset first. This method was suggested by Srini and you should really read those documents, that he suggested, before you will proceed with this.
    The other method is to simply create a new empty 11.2 database and then transfer data using exp/imp utility. This method can be used no matter what version you are on and it is usually rather straightforward process with very few problems to deal with. However, it is time consuming as all data has to be exported and imported, which might not be possible if your database is big and your outage window too short. There are ways how to shorten the outage significantly when using this method, but that would be for longer talk.
    You will also need more disk space, preferably enough that you will be able to fit both databases (old 9.2 and new 11.2) concurrently.
    D.

  • Upgrade from Oracle 9.2.0.1 to Oracle 9.2.0.4

    Hi,
    I want to upgrade from Oracle 9.2.0.1 client to Oracle 9.2.0.4 client, from where I can find 9.2.0.4 version. Can any tell me what is patch number for this. my orale admin tried to find the patch but he did not had any success.
    Thanks
    naren

    Here you can tell your admin:
    After logon Metalink, click on "Patches" at the left side -> Click on the 3rd link (Quick Links to the Latest Patchsets, Mini Packs, and Maintenance Packs) -> Move your mouse over "Oracle Database", then a blue box shows up -> Select a platform(example: Microsoft Windows 32-bit) -> click on 9.2.0.4 (or 9.2.0.5) -> Click on Patch number at the lower part then you can download it.
    After the patch installed, you will see the release number from your SQL*Plus session.

  • How do I get from Oracle Database 8.1.7.0.0 to 8.1.7.2?

    How do I get from Oracle Database 8.1.7.0.0 to 8.1.7.2? There is a patchset that fixes a bug in 8.1.7 for memory leaks that I need installed. I am currently running on a WindowsNT Server with a Oracle Database version of 8.1.7.0.0. Is going to 8.1.7.2 a complete release upgrade, or is there a smaller upgrade to get there, and how do I get the files required>
    Thanks,

    Hi,
    Sorry for my english
    For Windows NT, the last big patchset is 8.1.7.4.x. I advice you to use the last patchset. A patchet is not a upgrade or a migrate. the installation is in two phase. Phase One:Patch the files in the oracle home with Oracle Universal Installer (Oui) and Phase Two: execute sql files on the dictionnary of each database. There is a readme with the patch.
    you can get files on metalink if you have a account (metalink.oracle.com).
    List bug for Memory Corruption
    8174 1748759 Client memory corruption / dump (eg: in ttcfopr) using pre-fetch
    8174 1859905 Intermittent dump / client memory corruption
    8174 1964934 Memory corruption possible using INSERT /*+ APPEND */ over DBLINK
    8174 2126096 Session heap corruption from LIKE :bind ESCAPE '/' if :bind ends in the escape character
    8174 2152752 Memory corruption / OERI:17182 possible fetching CHAR from DB2 over HS
    8174 2217159 13 byte PGA corruption possible using SQL over DBLINKS from PLSQL with MTS to V7 database
    8174 2248904 Memory corrupt possible during optimization of distributed query
    8173 1836101+ Memory Corruption from distributed query / query with binds (OERI:17114/17xxx/dump in kkecdn/kgh*/kke*)
    8173 1542218 Heap corruption (OERI:17182/dump in kghfrf) using very large collections
    8173 1661786 OERI:12261 / single byte memory corruption possible for CALL type triggers
    8173 1711803 DBW & users may CRASH under heavy load on multi-CPU system with FAST_START_IO_TARGET set > 0
    8173 1744786 Cursor work heap corruption from CONNECT BY PRIOR
    8173 1752554 OERI:17182 selecting DB2 DATA TYPE of CHAR over HS
    8173 1791258 CONNECT BY on IOT can cause SGA memory corruption
    8173 1810829 Lightwieght sessions (via proxy connect) may dump / corrupt shadow memory if users have >1 ROLE
    8173 1847583 Client memory corruption/dump using large value_sz for OCIDefineByPos with OCI_DYNAMIC_FETCH
    8173 1968635 OERI:KCOAPL_BLKCHK / buffer cache corruption from CR rollback
    8173 1987654 Compiling a PLSQL block with an INDICATOR clause can corrupt memory
    8173 1995026 OERI:17112 / heap corruption from Oracle Trace with MTS & Large Pool
    8173 2002799 Wrong results / heap corruption from PQ with aggregates in inline view
    8173 2048336 OERI:150 / Memory corruption from interrupted STAR TRANSFORMATION
    8173 2065386 Mem. Corruption / OERI:KGHFRE2 / OERI:17172 possible using bitmap indexes
    8172 1365873 OERI:17182 / CGA corruption with CURSOR_SHARING=FORCE
    8172 1373920 Memory corruption from PLSQL ORA-6502 errors
    8172 1447610 DBMS_SQL.BIND_ARRAY may dump / report private memory corruption type errors
    8172 1679690 Buffer cache in memory corruption (OERI:2032) can lead to permanent data/index mismatch (OERI:12700)
    8172 1732885 oeri:[KDIBR2R2R BITMAP] / memory corruption possible from BITMAP AND
    8172 1763408 RPC between 9i <-> 8i with CHAR data can corrupt memory
    8171 1227384 SGA heap corruption using DBMS_SQL under heavy load (Rare)
    8171 1364542 Buffer Cache corruption possible (rare)
    8171 1394565 PROBE: Callheap corruption printing a RAW in PLSQL debugger
    Bye !!!
    Cordialement
    XsTiaN

  • Cannot upgrade from 9i databases to 10.2.0.3 on Solaris

    You cannot upgrade from Oracle 9.2 database to 10.2.0.3 on Solaris. You can upgrade to 10.2.0.2, then to 10.2.0.3 There is a serious problem though doing a direct upgrade, the database will not function. You get
    ORA-06512: at "SYS.UPGRADE_SYSTEM_TYPES_FROM_920", line 1
    Has anyone got around this problem yet? Metalink is trying to fix the problem, but hasn't had any luck yet. Tired of having two different 10G directories on servers when migrating databases. Also was horrible during the first upgrade to discover the problem. It has been tested and is a known problem with the Oracle 10.2.0.3 patch (along with 2 other bad issues on 10.2.0.3 patch).

    I have had no issues going from 9.2.0.7 to 10.2.0.3 three weeks ago in our staging environment, since then I have not seen any problem.
    Installed 10.2.0.1 base applied 10.2.0.3 pactchset to the same oracle home.
    The catupgrd.sql script upgraded the following components in my database.
    Oracle Database 10.2 Upgrade Status Utility 05-23-2007 01:43:07
    Component Status Version HH:MM:SS
    Oracle Database Server VALID 10.2.0.3.0 00:24:36
    JServer JAVA Virtual Machine VALID 10.2.0.3.0 00:10:50
    Oracle XDK VALID 10.2.0.3.0 00:03:19
    Oracle Database Java Packages VALID 10.2.0.3.0 00:00:40
    Oracle XML Database VALID 10.2.0.3.0 00:03:06
    Oracle Workspace Manager VALID 10.2.0.1.0 00:01:24
    Total Upgrade Time: 00:46:32
    And since than we haven't seen any issues with our staging databases.
    Thanks,
    Ramki
    Message was edited by:
    ramkireddy

  • How to extract data from oracle database directly in to bi7.0 (net weaver)

    how to extract data from oracle database directly in to bi7.0 (net weaver)? is it something do with EDI? can anybody explain me in detail?
    Thanks
    York

    You can use UDConnect to get from Oracle database in to BW
    <b>Data Transfer with UD Connect -</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/content.htm
    <b>Prerequisites</b>
    You have installed the SAP WAS J2EE Engine with BI Java components.  You can find more information on this in the SAP BW installation guide on the SAP Service Marketplace at service.sap.com/instguides.
    Hope it Helps
    Chetan
    @CP..

  • Error while importing tables from oracle database

    Hi
    I am getting the following error when i am trying to import table from oracle database.
    my operating system is windows and my database is oracle.
    [nQSError: 16001]ODBC error state: IM004 code:0 message:
    [Microsoft][ODBC Driver Manager] Driver`s SQLAllocHandle on SQL_HANDLE_ENV failed.
    please help me in resolving this issue.
    Thanks and Regards,
    Raj

    Hi Madan,
    I have done migration Discoverer Admin EUL Layer into OBIEE repository using below methodology.
    Navigate to the <installdrive>\OracleBI\server\Bin directory. There are two important files in this directory: the migration assistant executable file named MigrateEUL.exe and a properties configuration file named MigrationConfig.properties.
    Could you please help me how to migrate discoverer plus workbooks and worksheets into OBIEE Answers?
    go through below link, It will show navigation steps for migrating of EUL from Discoverer to OBIEE.But i need migration of workbooks and worksheets from Discoverer into OBIEE Answers.
    http://www.oracle.com/technology/obe/obe_bi/discoverer/discoverer_1012/discomigration/migrate_disco_biee.htm
    This is very great full help to me …
    Advance thanks for your suggestions.
    Regards
    Duraga Prasad.

  • Sending a mail from oracle database

    Hi,
    I have a requirement to send a mail from oracle database.I use UTL_TCP package for this.Although my procedure is executed successfully,i dont get the mails in my inbox.Please help me to figure out a solution.
    Thanks in advance....

    Hi, you must use UTL_SMTP package for send emails, it has more performance and features for debug. You must look the next code, this is a example for send emails.
    DECLARE
    c UTL_SMTP.CONNECTION;
    PROCEDURE send_header(name IN VARCHAR2, header IN VARCHAR2) AS
    BEGIN
    UTL_SMTP.WRITE_DATA(c, name || ': ' || header || UTL_TCP.CRLF);
    END;
    BEGIN
    c := UTL_SMTP.OPEN_CONNECTION('smtp-server.acme.com');
    UTL_SMTP.HELO(c, 'foo.com');
    UTL_SMTP.MAIL(c, '[email protected]');
    UTL_SMTP.RCPT(c, '[email protected]');
    UTL_SMTP.OPEN_DATA(c);
    send_header('From', '"Sender" <[email protected]>');
    send_header('To', '"Recipient" <[email protected]>');
    send_header('Subject', 'Hello');
    UTL_SMTP.WRITE_DATA(c, UTL_TCP.CRLF || 'Hello, world!');
    UTL_SMTP.CLOSE_DATA(c);
    UTL_SMTP.QUIT(c);
    EXCEPTION
    WHEN utl_smtp.transient_error OR utl_smtp.permanent_error THEN
    BEGIN
    UTL_SMTP.QUIT(c);
    EXCEPTION
    WHEN UTL_SMTP.TRANSIENT_ERROR OR UTL_SMTP.PERMANENT_ERROR THEN
    NULL; -- When the SMTP server is down or unavailable, we don't have
    -- a connection to the server. The QUIT call will raise an
    -- exception that we can ignore.
    END;
    raise_application_error(-20000,
    'Failed to send mail due to the following error: ' || sqlerrm);
    END;
    Also review the next link for get more information about the UTL_SMTP packege.
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_smtp.htm#sthref15587
    Regards.

  • How to export an XML file from oracle database?

    plz help me its urgent requirement....could u pls tell me the step by step procedure for following questions...?how to export a data as an XML file from oracle database?
    thanks in advance,
    Bala.
    Edited by: user3523292 on Nov 14, 2008 5:43 AM

    user3523292 wrote:
    plz help me its urgent requirement....could u pls tell me the step by step procedure for following questions...?how to export a data as an XML file from oracle database?
    thanks in advance,
    Bala.
    Edited by: user3523292 on Nov 14, 2008 5:43 AMThis is a forum of volunteers. There is no "urgent" here. Nevertheless, a google search of 'xml oracle export' quickly lead me to this Oracle site:
    otn.oracle.com/sample_code/tech/xml/index.html
    I also see lots of hits when I search the documentation library at tahiti.oracle.com for 'xml'. This one in particular may be what you are looking for:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14252/adx_j_xsu.htm#ADXDK070

Maybe you are looking for

  • Creating a static page navigation frame, that only scrolls content?

    I need help, please. I am trying to create a new site. On each page,I want the top navigation bar and the bottom navigation bar (and in an ideal case scenario a left side bar)to be static. I never want the actual 'bars' to disappear when somebody scr

  • URL Iview in Page

    Hi, I have a page having two iview 1. JSP Dyn Page Iview - static content 2) JSP Dynpage  Iview - redirect the new url when I open the page, I get the content of second url that is comming by redirect url i.e. redirection refereshes the complete page

  • SELECT and add to email output

    Hi guys, I'm trying to take records from a table and place them in an email sent to myself. The basic email (without any select statement) works so the issue is in retrieving and including the table data. My code attempt is: DECLARE   v_From      VAR

  • Echo in playback only

    I am currently working on a project and fcp freaked out on me a bit and now I am getting echo in my audio that is about 30 or 40 frames behind and much lower in pitch than my normal audio. If I export and sometimes if I stop the sequence playback and

  • I get a "Disk error" message when I try to backup my db in db2

    I have a serious problem when I try to make a backup, I always get an error. This is the db2dump log: 2010-10-11-00.42.13.664439-300 E1943A319          LEVEL: Error (OS) PID     : 413852               TID  : 1           PROC : db2pfchr 0 INSTANCE: db