Upgrade to Oracle Database 11.2.0.4 or 12c?

My organization is running Oracle SOA Suite 1.1.1.7.4 on top of Weblogic Server 10.3.6 and Oracle Database 11.2.0.2.  We have a fairly simple footprint with approximately 70 composites and are using BPEL, Mediator, and DB Adapter.
We have an upcoming initiative to upgrade our database servers and I am contemplating either upgrading to release 11.2.0.4 (terminal release for 11g) or 12c.  Have others had any similar upgrade experiences?  Would you suggest staying at 11.2.0.4 or pursuing 12c?
I would greatly appreciate any feedback / guidance based on others past experiences.
Regards,
Jeremy

Hi Jeremy,
we have the same configuration and we upgraded our db to 11.2.0.4. SOA  works fine with 11.2.0.4.
We will in the next year evaluate the 12c database.
Regards
Borys

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

  • Survey:  Automated Upgrade of Oracle Databases

    Hi Folks,
    We would like to invite interested customers/partners to participate in a survey that we have created, to gather feedback and requirements input about automated upgrade of Oracle databases. If you would like to participate in this survey, please use the following link:
    http://www.zoomerang.com/Survey/survey-intro.zgi?p=WEB2298XXXQVW8
    Thanks!

    <B> Funny survey, thanks! </B>

  • SQL slow after upgrading to Oracle Database 10g Enterprise Edition Release

    Hi all:
    We have recently upgraded our database from Oracle9i Enterprise Edition Release 9.2.0.6.0 to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    After that we found that our some sql getting very slow
    for example query with 9i showing result in 4 seconds while in 10g showing result in 28 seconds.
    Following is the execution plan of my query in Oracle9i
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    9458
    NESTED LOOPS ()                    9458
      SORT (UNIQUE)                    
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2
       UNION-ALL (PARTITION)                    
        TABLE ACCESS (BY INDEX ROW     SERVICE_EVENTS               1
         NESTED LOOPS ()                    11
          NESTED LOOPS ()                    10
           NESTED LOOPS (OUTER)                    9
            NESTED LOOPS ()                    8
             NESTED LOOPS ()                    7
              NESTED LOOPS ()                    6
               NESTED LOOPS ()                    5
                NESTED LOOPS ()                    4
                 NESTED LOOPS (OUT                    3
                  TABLE ACCESS (BY     EQUIPMENT_USES               2
                   INDEX (UNIQUE S     EQUSE_PK               1
                  TABLE ACCESS (BY     SHIPPING_LINES               1
                   INDEX (UNIQUE S     LINE_PK               
                 INDEX (UNIQUE SCA     EQHT_PK               
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               
              TABLE ACCESS (BY IND     SHIP_VISITS               2
               INDEX (RANGE SCAN)     SVISIT_UK               1
             TABLE ACCESS (BY INDE     SHIPS               1
              INDEX (UNIQUE SCAN)     SHIP_PK               
            TABLE ACCESS (BY INDEX     CARE_VIR_MAP               1
             INDEX (UNIQUE SCAN)     VIR_VESVOY               
           TABLE ACCESS (BY INDEX      EQUIPMENT               1
            INDEX (RANGE SCAN)     EQ_EQUSE_FK               
          INDEX (RANGE SCAN)     SEVENTS_EQUSE_FK_N               
        NESTED LOOPS ()                    7
         NESTED LOOPS ()                    6
          NESTED LOOPS ()                    5
           NESTED LOOPS ()                    4
            NESTED LOOPS (OUTER)                    3
             TABLE ACCESS (BY INDE     EQUIPMENT_USES               2
              INDEX (UNIQUE SCAN)     EQUSE_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               
            INDEX (UNIQUE SCAN)     EQHT_PK               
           TABLE ACCESS (BY INDEX      EQUIPMENT_TYPES               1
            INDEX (UNIQUE SCAN)     EQTP_PK               
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               
         TABLE ACCESS (BY INDEX RO     EQUIPMENT               1
          INDEX (RANGE SCAN)     EQ_EQUSE_FK               and following is my query plan in Oracle 10g
    Operation     Object     PARTITION_START     PARTITION_STOP     COST
    SELECT STATEMENT ()                    2881202
    NESTED LOOPS ()                    2881202
      SORT (UNIQUE)                    2
       INDEX (RANGE SCAN)     BL_EQ_PK_N               2
      VIEW ()     CONTAINER_INFO               2881199
       UNION-ALL ()                    
        NESTED LOOPS (OUTER)                    2763680
         NESTED LOOPS ()                    2718271
          NESTED LOOPS ()                    2694552
           NESTED LOOPS ()                    2623398
            NESTED LOOPS (OUTER)                    2623380
             NESTED LOOPS ()                    2393965
              NESTED LOOPS ()                    2393949
               NESTED LOOPS ()                    2164536
                NESTED LOOPS ()                    1706647
                 NESTED LOOPS ()                    854120
                  TABLE ACCESS (FU     BL_EQUIPMENT               1515
                  TABLE ACCESS (BY     EQUIPMENT_USES               1
                   INDEX (UNIQUE S     EQUSE_PK               1
                 TABLE ACCESS (BY      EQUIPMENT               1
                  INDEX (RANGE SCA     EQ_EQUSE_FK               1
                TABLE ACCESS (BY I     EQUIPMENT_TYPES               1
                 INDEX (UNIQUE SCA     EQTP_PK               1
               TABLE ACCESS (BY IN     EQUIPMENT_SIZES               1
                INDEX (UNIQUE SCAN     EQSZ_PK               1
              INDEX (UNIQUE SCAN)     EQHT_PK               1
             TABLE ACCESS (BY INDE     SHIPPING_LINES               1
              INDEX (UNIQUE SCAN)     LINE_PK               1
            INDEX (RANGE SCAN)     SEVENTS_TSERV_FK_N               1
           TABLE ACCESS (BY INDEX      SHIP_VISITS               2
            INDEX (RANGE SCAN)     SVISIT_UK               2
          TABLE ACCESS (BY INDEX R     SHIPS               1
           INDEX (UNIQUE SCAN)     SHIP_PK               1
         TABLE ACCESS (BY INDEX RO     CARE_VIR_MAP               2
          INDEX (UNIQUE SCAN)     VIR_VESVOY               1
        NESTED LOOPS (OUTER)                    117519
         NESTED LOOPS ()                    98158
          NESTED LOOPS ()                    78798
           NESTED LOOPS ()                    78795
            NESTED LOOPS ()                    59432
             TABLE ACCESS (FULL)     EQUIPMENT_USES               20788
             TABLE ACCESS (BY INDE     EQUIPMENT_TYPES               1
              INDEX (UNIQUE SCAN)     EQTP_PK               1
            TABLE ACCESS (BY INDEX     EQUIPMENT               1
             INDEX (RANGE SCAN)     EQ_EQUSE_FK               1
           INDEX (UNIQUE SCAN)     EQHT_PK               1
          TABLE ACCESS (BY INDEX R     EQUIPMENT_SIZES               1
           INDEX (UNIQUE SCAN)     EQSZ_PK               1
         TABLE ACCESS (BY INDEX RO     SHIPPING_LINES               1
          INDEX (UNIQUE SCAN)     LINE_PK               1can somebody help me regarding this?
    Thanks
    Hassan

    I would say ..gather stats on 9i/10gfor the required table and indexes , then post the expalin plan.
    --Girish                                                                                                                                                                                                                               

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

  • 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

  • What are the important points during a Linux upgrade with Oracle database?

    Is there a specific document or metalink note that I may follow similar to this one during a Linux os upgrade -
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm
    Lets talk on an example; we may talk on upgrading details of a RHEL3 RAC system with Oracle options used like ASM,OCFS etc. to RHEL4. What steps are important to take by order and what are the best practices to be careful about during this type of an os upgrade for Oracle?
    Best regards.

    may I need to get support from https://linux.oracle.com/pls/apex/f?p=101 for this kind of a documentation?

  • Oracle database upgrade 9.2.0.6 to 9.2.0.8 then 11g

    Hi,
    We have freshly installed oracle application of version 11.5.10.2 ,So oracle database version 9.2.0.6 is shipped with this oracle application. We want to upgrade our oracle database from 9.2.0.6 to 11g.
    PATH :
    9.2.0.6 --> 9.2.0.8 --->11.2.0.1
    Our first challenge is to upgrade of database 9.2.0.6 to 9.2.0.8 . For this i checked in support.oracle.com for manual upgrade of database 9.2.0.6 to 9.2.0.8 but no luck . I didn't find any one. Even I didn't find the interoperability patches for the same .
    Please help to upgrade our database . if anyone having id for upgrade and interoperability for the same please let me know .
    Thanks in advance..........

    Hi,
    Please see these documents.
    Note: 159657.1 - Complete Upgrade Checklist for Manual Upgrades from 8.X / 9.0.1 to Oracle9iR2 (9.2.0)
    Note: 214887.1 - Upgrading Directly to a 9.2.0 Patch Set
    Note: 421191.1 - 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>>11.2.x)
    Regards,
    Hussein

  • How to upgrade oracle database 64bit version 10.2.0.1.0 to version 10.2.0.4

    Dear Experts,
    I installed SAP Solman on Oracle Database 64bits version 10.2.0.1.0, now I need to upgrade to Oracle Database 64 bits version 10.2.0.4(using oracle patch).  Can I upgrade to new version 10.2.0.4 if yes, Can you explain for me how to upgrade please?
    Thanks Experts so much.

    Hi
    Yes you can directly apply path set 10.2.0.4
    Note 839187 - Oracle 10.2.0: Applying patch set/patches/patch collection
    Regards
    Uday

  • Oracle database upgrade

    urrently we are running Oracle Server 7.3.4 Under Unix (SunOS5.7) with access
    to a Sybase 12.5.0.1 via Oracle-Sybase Transparent Gateway 4.1.1.0.0. For the
    web services, we use OAS 4.0.8.1. Our web applications are based on Javascript
    and Oracle PL/SQL to generate HTML via the PL/SQL cartridge.
    We plan to upgrade the Oracle database Server from 7.3.4 to Oracle 9.2.0.1.
    Q1 - Will OAS4.0.8.1 and our applications continue to work with an Oracle 9.2
    database or do we have to upgrade OAS4.0.8.1 to something like 9IAS?
    Q2 - If we had to upgrade OAS4.0.8.1 to 9IAS:
    a) what version?
    b)will our applications (Javascript, HTML and PL/SQL-generated HTML) continue
    to work uder 9IAS or do we have to make changes?
    c)If we have to make changes to our application, what kind of chnges? Any
    relevant articles from other users who have made the upgrade?
    Please confirm that Oracle9.2 has a Gateway to Sybase 12.5.0.1 that will
    support the features of 7.3.4 gateway (i.e it is downward compatible to 7.3.4
    gateway).

    You can do this without a problem.
    (But make sure to be safe and backup your database.)

  • Upgrade Oracle Database on JD Edwards

    Hi all,
    I have to upgrade a JD Edward's oracle Database 10g to 11g.
    I hace no idea about JD Edwards. I'm just Oracle DBA.
    Question is Can I just upgrade the Oracle Database as usual or there's something to be done on JD Edwards?
    I cannot find any documentation about database upgrade for JD Edwards.
    Thanks a lot.
    Regards,
    Diego

    Diego,
    You will need to go further in your setup. I have a few questions.
    1. Are you on World or E1? This post is in the World forum.
    2. What release and tools version are you running?
    3. Once we find this out you need to see if 11g is supported with Oracle MTR's.
    Once we know 11g is supported a simple search on Oracle should get you the documents or even opening a call with them and have them provide this info to you should get you what you are asking.
    IF you are E1 you can find the version by simply looking at the name of the folder on the deployment server (i.e. if you are on 812 the folder will have 812, or if you are on 811 it will show 811). If you need to find the tools release you can check the ptf.log file in the bin32 folder on your deployment server. Please feel free to let me know if you have any questions.

  • Oracle database not getting Up after patch upgrade

    Hi,
    I have upgraded my oracle database from 10.0.2.1 to 10.0.2.4. after this databse is not coming up. I am able to start/stop listner but while starting SAP it is not able to start databse. Pasting error log below.
    Wed Jun 24 14:56:45 PDT 2009
    LOGFILE FOR STARTING ORACLE
    Trying to start CRD database ...
    Wed Jun 24 14:56:45 PDT 2009
    checking required environment variables
    ORACLE_HOME  is >/oracle/CRD/102_64<
    ORACLE_SID   is >CRD<
    Wed Jun 24 14:56:45 PDT 2009
    check initora
    Wed Jun 24 14:56:45 PDT 2009
    check initora
    Wed Jun 24 14:56:45 PDT 2009
    checking V2 connect
    TNS Ping Utility for Linux: Version 10.2.0.4.0 - Production on 24-JUN-2009 14:56:45
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    Used parameter files:
    /usr/sap/CRD/SYS/profile/oracle/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = CRM) (PORT = 1527))) (CONNECT_DATA = (SID =
    CRD) (GLOBAL_NAME = CRD.WORLD)))
    OK (0 msec)
    tnsping: V2 connect to CRD
    Wed Jun 24 14:56:45 PDT 2009
    Connect to the database to check the database state:
    R3trans: connect check finished with return code: 12
    Database not available
    Wed Jun 24 14:56:45 PDT 2009
    Shutdown database
    First trying to shutdown the database - May be,
    the database is in the nomount or mount state
    Wed Jun 24 14:56:45 PDT 2009
    starting database
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Jun 24 14:56:45 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1224736768 bytes
    Fixed Size                  2083560 bytes
    Variable Size             620758296 bytes
    Database Buffers          587202560 bytes
    Redo Buffers               14692352 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    Wed Jun 24 14:56:53 PDT 2009
    Connect to the database to verify, that the database is now open
    R3trans check finished with return code: 12
    ERROR: Startup of database failed
        Notify Database Administrator.
    /usr/sap/CRD/SYS/exe/run/startdb: Terminating with error code 12
    thanks,
    Bhanu

    Hi,
    I have tried to start and stop oracle from SPLplus but no luck. i am pasting alert log file which is saying some block courruption......
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 80
      sessions                 = 96
      event                    = 10191 trace name context forever, level 1
      sga_max_size             = 1224736768
      shared_pool_size         = 587202560
      shared_pool_reserved_size= 57982058
      filesystemio_options     = setall
      control_files            = /oracle/CRD/origlogA/cntrl/cntlrCRD.dbf, /oracle/CRD/origlogB/cntrl/cntrlCRD.dbf, /oracle/CRD/sapdata1/cntrl/cntrlCRD.dbf
      control_file_record_keep_time= 30
      db_block_size            = 8192
      db_cache_size            = 587202560
      compatible               = 10.2.0
      log_archive_dest         = /oracle/CRD/oraarch/CRDarch
      log_buffer               = 14246912
      log_checkpoint_interval  = 0
      db_files                 = 254
      log_checkpoints_to_alert = TRUE
      dml_locks                = 4000
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      undo_retention           = 43200
      recyclebin               = off
      remote_os_authent        = TRUE
      remote_login_passwordfile= EXCLUSIVE
      job_queue_processes      = 1
      background_dump_dest     = /oracle/CRD/saptrace/background
      user_dump_dest           = /oracle/CRD/saptrace/usertrace
      core_dump_dest           = /oracle/CRD/saptrace/background
      optimizer_features_enable= 10.2.0.1
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = CRD
      open_cursors             = 800
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 773094113
      workarea_size_policy     = AUTO
      statistics_level         = typical
    PMON started with pid=2, OS id=25204
    PSP0 started with pid=3, OS id=25206
    MMAN started with pid=4, OS id=25208
    DBW0 started with pid=5, OS id=25210
    LGWR started with pid=6, OS id=25212
    CKPT started with pid=7, OS id=25214
    SMON started with pid=8, OS id=25216
    RECO started with pid=9, OS id=25218
    CJQ0 started with pid=10, OS id=25220
    MMON started with pid=11, OS id=25222
    MMNL started with pid=12, OS id=25224
    Wed Jun 24 15:06:19 2009
    ALTER DATABASE   MOUNT
    Wed Jun 24 15:06:24 2009
    Setting recovery target incarnation to 1
    Wed Jun 24 15:06:24 2009
    Successful mount of redo thread 1, with mount id 182910572
    Wed Jun 24 15:06:24 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Jun 24 15:06:24 2009
    ALTER DATABASE OPEN
    Wed Jun 24 15:06:24 2009
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Wed Jun 24 15:06:24 2009
    Started redo scan
    Wed Jun 24 15:06:24 2009
    Completed redo scan
    1 redo blocks read, 0 data blocks need recovery
    Wed Jun 24 15:06:24 2009
    Started redo application at
    Thread 1: logseq 16126, block 2, scn 1104239482
    Wed Jun 24 15:06:24 2009
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 16126 Reading mem 0
      Mem# 0: /oracle/CRD/origlogB/log_g12m1.dbf
      Mem# 1: /oracle/CRD/mirrlogB/log_g12m2.dbf
    Wed Jun 24 15:06:24 2009
    Completed redo application
    Wed Jun 24 15:06:24 2009
    Completed crash recovery at
    Thread 1: logseq 16126, block 3, scn 1104259484
    0 data blocks read, 0 data blocks written, 1 redo blocks read
    Wed Jun 24 15:06:25 2009
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=25232
    Wed Jun 24 15:06:25 2009
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=25234
    Wed Jun 24 15:06:25 2009
    Thread 1 advanced to log sequence 16127 (thread open)
    Thread 1 opened at log sequence 16127
      Current log# 3 seq# 16127 mem# 0: /oracle/CRD/origlogA/log_g13m1.dbf
      Current log# 3 seq# 16127 mem# 1: /oracle/CRD/mirrlogA/log_g13m2.dbf
    Successful open of redo thread 1
    Wed Jun 24 15:06:25 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed Jun 24 15:06:25 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Wed Jun 24 15:06:25 2009
    ARC1: Becoming the heartbeat ARCH
    Wed Jun 24 15:06:25 2009
    SMON: enabling cache recovery
    Wed Jun 24 15:06:25 2009
    Errors in file /oracle/CRD/saptrace/usertrace/crd_ora_25226.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Wed Jun 24 15:06:25 2009
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 25226
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    Thanks,
    Bhanu

  • Upgrade to Oracle 9i from Oracle 8.1.6 database

    I suppose you have read this question many times, but I can't find the correct answer.
    Is there some document or URL address to upgrade a Oracle Database 8.1.6 to Oracle 9i?
    Where can I read about this topic?
    Thanks in advance,
    Patty

    Raghvendra,
    If you are still trying on this one, and haven't yet been successful, try out this. Get your 9i database exactly as how it was before you began any of the imports. I mean keeping the SYSTEM tablespace and the other defaults like USERS, TOOLS, TEMP, etc drop all others if they weren't there originally. Next take a good report of the DBA_TABLESPACES table with all vital information like TABLESPACE_NAME, INITIAL_EXTENT, NEXT_EXTENT, MAX_EXTENTS, etc and on the 9i database create the extra ones just as in 8 version. As for the ones already there in 9i like the SYSTEM, change its parameters to facilitate bigger values if required as in 8 version or maybe go with the recommendations as in Oracle documentation for the 9i migration.
    Once this is done, why don't you post your import script here so that we can look at it and suggest you furthermore, perhaps?

  • Current Patch Set for Oracle Database Release 11.2

    Hi
    I am upgrading oracle 10G to 11GR2 in AIX 5.3 Environment with SAP ECC6 , I have just just installled Oracle 11.2.0.1.0 according to the "Database Upgrade Guide -Upgrade to Oracle Database 11g Release 2 (11.2): UNIX". After database software installation , in upgrade manual in section 3.4.4 it says, you need to install current patch set for oracle database 11g R2 and referencing a SAP note 1431799.
    I have just read note 1431799 which says Current Patch Set for Oracle Database Release 11.2 is not generally available for SAP customers until December 2010, also I donu2019t find the note 1522330 as mentioned in 1431799.
    Please let me know how I can get current patch set to apply with Oracle 11.2.0.1.0 (Is it in SAP service market place?)
    I also want to upgrade my installation to oracle 11.2.0.2, please let me know where I get the patch set to upgrade from 11.2.0.1.0 to 11.2.0.2,
    or
    I have to live with 11.2.0.1.0 and apply SAP Bundle Patch ( SBP)

    Abu Al MAmun,
    I understand from your posts that you recently upgraded to 11.2.0.2.
    I am having the same difficulty, of finding the current patch set for 11.2. Could you please let me know how you worked around it?
    Thanks,
    Siri
    Hello Everyone,
    I did read the post on to how you have to install the current patch set for 11.2.
    But honestly, it pretty much flew over my head.
    I am trying to upgrade our SAP AIX 64 bit test system from Oracle 10.2.0.4 to 11.2.0.2.
    And so far I have downloaded all the required sw for the upgrade, except for the current patch set 11.2.
    This is what I have right now:
    1) Oracle 11.2 AIX 64 bit upgrade sw - 51038805_part 1 to 51038805_part 7 and 51039800.
    2) Database Patches -->Oracle 11.2.0.2 -->
    All they have here is
    a. Database RDMBS - SAP_112020_201012_AIX.zip and b. SAP_112020_201101_AIX.zip
    b. OPatch - OPatch_11201_Generic_v3.zip and mopatch-2_1_6.zip
    c. Database Vault - DV - >Generic - p9656644_112020_Generic.zip
    If I am not wrong, the Database RDBMS files are nothing but the SAP Bundle Patches that have to be installed after installing the currrent patch set 11.2.0.2 using MOPatch.
    But I did not find the currrent patch set 11.2.0.2.
    Could someone please explain the process to me in detail? This being my first time , I am finding it a bit hard to catch up with some of the stuff.
    Thank You!
    Siri

  • Oracle Database XE to Application Express 3.0.1

    Hello,
    For some reason, I am really lost when it comes to upgrading from Oracle Database XE to Application Express 3.0.1. in a PC Windows 32-bit environment. In the following link: http://www.oracle.com/technology/products/database/application_express/html/3.0.1_and_xe.html
    it states to follow step 3.2 of the following link: http://download.oracle.com/docs/cd/B32472_01/doc/install.300/b32468/install.htm#CHDHIJGE.
    It tells me to run apexins.sql. I can't find this script. Am I missing something? I need very detailed step-by-step instructions. Any and all help is welcome. I have been fighting with this for two days, and I am not getting anywhere. Thanks in advance!
    Sharon

    Hi, try with this>
    Apex 3.01 Install
    gordan
    http://gordanmilojevic.blogspot.com/

Maybe you are looking for