Database upgrade confusion

Hello

I want to upgrade my Oracle 9i database to Oracle 10 g Release 2 patch 4... My Oracle 9i database is on a server and I want it to be on server B in Oracle 10 g.

For this, I want to use DBUA... but before we begin, I have a confusion about measures to update this...

1. I need to install Oralce 10 g to Server B.
2. launch DBUA on server B... Give the path to oracle database 9i...?

any idea on measures...

OK - these steps are documented in the Guide to upgrade referenced in my post above - http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/toc.htm

HTH
Srini

Tags: Database

Similar Questions

  • The issue of database upgrade thread

    Hello
    I asked a question regardling database upgrade in the upgrade database thread... .but to no good answer.
    So, I'm posting this question here also...

    The qusetion link is below...

    Database upgrade confusion

    no idea...

    oradba11 wrote:
    Hello

    Thank you... In my view, import/export will be best option here...

    I will install 10g in Server B, apply 10.2.0.4 patches group using the opatch utility...

    Laughing out loud. patch will be applied using YES

    >

    and then import the dump created from oracle database 9i... good... ?

    Yes. You are right. import and export will be the best option.

    >

    If I need to do it in the same server.

    What I set out in my previous post... are correct...?

    1 install the software of 10 g (on the same server or another server B).

    2. download the group under the 10 g ORACLE_HOME 10.2.0.4 patches and unzip this group of patches in some way as $ORACLE_HOME/patch/100.

    3. apply this patch by using the opatch utility. To do this go in $ORACLE_HOME/patch/100/opatch apply.

    or using YES... ?

    This is to be YES because it's the Group of hotfixes, and cannot be applied with opatch.
    Invoke runinstaller from the patch directory.
    Also refer to the readme file for the complete procedure that comes with the patch.

    >

    4. now, level database by usgin DBUA... In this way to give Oracle 10 g $ORACLE_HOME / and give the name of the database.

    It is not necessary that you use export/import.

    Hope that answers your question.

    Concerning
    Rajesh

    Published by: Rajesh Larry on May 13, 2010 17:44

  • the database upgrade 9.2.0.5 to 10.2.0.3 on EBS 11.5.10.2

    Hello

    Are there docs related to the upgrade of database 9.2.0.5 to 10.2.0.3 on EBS 11.5.10.2

    the main problem is running oracle applications after the upgrade, what steps should I follow after database upgrade


    Concerning

    Moinet

    For upgrades of database in general, I strongly suggest you start with Oracle 10 g, companion of upgrade, which is available on Metalink note 466181.1:

    https://MetaLink.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=466181.1

    For the side EBS, I suggest you watch the wizard of Maintenance EBS, which is Metalink Note 215527.1

    https://MetaLink.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=215527.1

    It is a useful tool that will help you make sure you do only and exactly the steps you need to follow in an EBS upgrade scenario (including upgrades of RDBMS in an Oracle Applications environment).

  • Database upgrade to 12 c after the installation of the new R12.2.0 with quick install StartCd 50

    Hi all

    I just finished Installationavecuneracine R12.2.0 Quick Install StartCd 50. Now, I must go to R12.2.5 to the 12.1.0.2 database.

    First of all, I'm working on the database now and you wonder if you have step by step guide lines or upgrade instructions. I read some of the Notes Oracle but it is quite confusing.

    That's what I've done so far.

    -Install the software RDBMS 12cR1

    -R12cR1 examples installation CD

    -Create the directory/nls/data/9idata

    -Install all the patches of database and Application pre-required

    -Remove the SYS. INDEX $ ENABLED

    -Remove the MGDSYS schema

    -Run the pre upgrade tool

    -DBUA upgrade of database use. He managed.


    I think that the next steps would be:

    -Configure the network to copy and edit tnsnames.ora, listner.ora files, etc.

    -copy appsutil.zip to the new $ORACLE_HOME and unzip


    Notes, instructions or pointers would be greatly appreciated.

    Solved... service_name was incorrect.

    Thank you all... :-)

  • iCloud-storage upgrade confusion

    I had a confusion about the upgrade of storage iCloud.

    I want to improve my iCloud storage but it says I have to pay each month. Does this mean that my iCloud storage will continue to increase every month?

    Please help me.

    Thank you.

    NO it does not increase each month, there is a subscription, its like a rent.

  • Update of the ICS stuck on "database upgrade multimedia"

    Anyone else seen this? It is stuck on "Multimedia upgrade database" for about an hour. Is this normal?

    We see it occasionally. Pull your SD card - while the upgrade is running - and the upgrade should complete. Then you can reinsert the SD card and you should be fine. It will take time for all media to sync, however.

  • expdp/impdp method in the database upgrade from 11.2.0.4 to 12.1.0.2 an error in logic of "command line"?

    Hi DBA:

    We are evaluating different methods of upgrading 11 GR 2 DB to 12 c (12.1.0.2) this year, it is very important for us to use the right method.  It was reported that when DB version was 9i and has been updated to 11g, there were some order of tables 'line' was wrong when execute SELECT statements in application (Java application) - at the moment I didn't if it is ' select * from... "or any specific part with a"where"clause, and what type of data was wrong (maybe sequence CLOB data, etc.).

    I think I know, ' exp/imp', "expdp/impdp" logical backup of DB methods.  Therefore, Oracle automatically import data and fix it in each table.  If no error in impdp connects after it's over, should not be any mistake, right?

    If the use of the method of 'creates a new data + expdp/impdp basis for schemas user' 11g 12 c port data, questions:

    1. this method will lead to erroneous sequence data when ordering?  If so, how to re - generate the sequence number?

    2. this method can bring CLOB, BLOB data and without any errors?  If error, how to detect and repair?

    I use the same method in the 10.2.0.5 to 11g port data, no problem.

    I'll keep this thread posted after getting more information from application.

    Thank you very much!

    Dania

    INSERT... SELECT, CREATE TABLE in the SELECT and Export-Import will all "re-organize" the table by assigning new blocks.

    In place--update (using DBUA or command line) don't re-create the user tables (although it DOES not rebuild the data dictionary tables).  Therefore, does not change the physical location of lines for user tables.  However, there is no guarantee that a further reason for INSERT, DELETE, UPDATE instructions does not change the physical location of ranks.  Nor is it a guarantee that a SELECT statement will return always stored in the same order unless an ORDER BY is specified explicitly.

    If you export the data while it is still used, you don't avoid update sequences in the source database.  Usually results in a mismatching number sequence between the source database and the new database (imported). In fact, even the numbers may be different, unless you use CONSISTENT or FLASHBACK_SCN.  (These two options in exp / expdp do NOT prevent update sequences).   The right way to manage sequences is to rebuild or increase them in data imported with the values in the data source, once the import is complete.

    Hemant K Collette

  • EBS 11i upgrade confusion

    Hi all

    EBS 11i (11.5.10.2)

    9i DB

    RHEL 4.6

    Fact: The 9iR2 database is certified Linux 3 and 4.


    Assuming that I migrate or upgrade 9iR2 to 11 GR 2, where install the GR 2 11? This is on linux 4 (current server) or Linux 6 or higher (different server).

    GR 11, 2 is based on 4 Linux?


    Thank you very much

    JC

    Why not the Server Windows 2008 or 2012 instead of Windows 7?

    It is a server and this means you better install a server operating system.

    Kind regards

    Bashar

  • Oracle database upgrade

    Hello

    I have a scenario on the upgrade of oracle 10.2.0.1 to 10.2.0.2, please let me know how can I do.

    Scenario of

    -------------

    I have two houses oracle installed in a system, those are 10201 [for 10.2.0.1] and the other is 10202 [for 10.2.0.2].

    Now, I want to upgrade a database in 10.2.0.1 to 10.2.0.2.

    In this case can I apply the set of patches on 10.2.0.1 and then go for upgrade of database using catupgrd.sql

    OR

    I just need to change the ORACLE_HOME in the env variable so that the 10.2.0.1 database will point to 10.2.0.2 HOME and then I can start the

    upgrade using catupgrd.sql.

    Thank you

    You can do either.

    The obvious advatage of the use of 10.2 existing House, is that:

    (1) you don't need to waste time upgrading10.1 to 10.2 when the 10.2 already exists

    (2) If you need to restore the 10.1 House is already there if not you will need to create a backup for this.

  • Error of 1.5 to 5.5 VCloud database upgrade

    Trying to upgrade from 1.5 to 5.5 vcloud, but during the upgrade of the database, I get this error "Incorrect database version. Upgrade to version '1.5.1' is not supported. »

    How can I solve this...

    The DB Upgrade probably never happened.  You have a cell with the 5.5. bits in the detail, but the upgrade script should not changed anything at all, given the inconsistent error.

    Ideally, we would have taken a DB Backup after the closure of all cells and before running the upgrade script.  It would be your restore plan, because you can always create a new cellos and use responses.properties to align the installed version of the code (1.5.x) in your DB (schema 1.5.x). vCD

    What you should be able to provide a new cell, take the responses.properties of the active cell and install vCD 5.1.3 using the answer file.  you do this long enough to upgrade the DB.

    > #./vmware-vcloud-director-5.1.3.###.bin - r responses.properties

    > # / opt/vmware/vcloud-director/bin/upgrade

    (or whatever is the location of upgrade script)

    Once the DB is upgraded to 5.1.3 level, then you run the upgrade of 5.5.x and then start the services.

  • (DBUA) New database upgrade 10.2.0.4 to 11.2.0.3 adconfig fails

    OS: OEL5x86

    DB: 11.2.0.3

    Nice day

    I am creating the environment for my new database being upgraded, but I get an error message...

    /Ora/Oracle/proddb/11.2.0/appsutil/install/PROD_mobay/adcrobj.sh and /ora/oracle/proddb/11.2.0/appsutil/install/PROD_mobay/txkcreateACL.sh

    neglected later telling me the same error ORA-12705: cannot access NLS data or invalid environment specified files.

    -from journal autoconfig-

    Profile of AutoConfig Phase

    Current profile process 1 of 1 for AppsUtil

    The execution of script in InstantiateFile:

    /Ora/Oracle/proddb/11.2.0/appsutil/install/PROD_mobay/afdbprf.sh

    script gave:

    ****************************************************

    afdbprf.sh started Thu Jan 23 12:14:45 EST 2014

    The environment settings are...

    ORACLE_HOME: /ora/oracle/proddb/11.2.0

    ORACLE_SID: PROD

    PATH : /ora/oracle/proddb/11.2.0/perl/bin:/ora/oracle/proddb/11.2.0/bin:/ora/oracle/proddb/11.2.0/perl/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.

    Library path: /ora/oracle/proddb/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/ora/oracle/proddb/11.2.0/ctx/lib

    Executable: /ora/oracle/proddb/11.2.0/bin/sqlplus

    SQL * more: Production of liberation 11.2.0.3.0 Thu Jan 23 12:14:45 2014

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    Enter the value 1: enter the value 2: enter the value 3: ERROR:

    ORA-12705: cannot access files of NLS data or invalid environment specified

    ERRORCODE = 1 ERRORCODE_END

    .end std out.

    .end err out.

    Any Suggestions?

    Kind regards

    Shridath.

    Please see:

    AutoConfig is a failure with status 4 to a new database with NLS environment error ORA-12705 (Doc ID 1612017.1)

    DatabaseTier Autoconfig errors ORA-12705: cannot access NLS files or invalid environment specified (Doc ID 548916.1)

    AutoConfig is a failure with status 4 to a new database with NLS environment error ORA-12705 (Doc ID 1612017.1)

    Thank you

    Hussein

  • What method is good for the database upgrade of small size

    want to upgrade the database 10g to 11g.

    Database 10g running on server1 production wants to upgrade to another Server2 Server 11 g

    where's the good.

    -> > > > 1 upgrade can migrate 2 different server.

    -> > > > > 2 migrate then upgrade the database.

    -> > > > another question

    If am install 11g on server2 and 10g migration directly then there will be future problems on future production.

    Instead of 11.2.0.1, I would say that you use 11.2.0.4. For a 5G database, import/export is probably the best option

    HTH
    Srini

  • database upgrade question

    I'm upgrading the 11.1.0.7 database at 11.2.0.3 and I ran the tool preupgrade utl112i.sql and its objects considered not VALID for most in the APPS schema

    I need to fix before the upgrade.

    How these compile because they contain errors and will not compile with utlrp.

    If they are not necessary for EBS can I file them?

    Thank you

    SQL > select object_name, object_type, owner of dba_objects where status = 'INVALID '.
    2 order by owner
    3.

    OWNER OBJECT_TYPE OBJECT_NAME
    ---------------------------------------- ------------------- ------------------------------
    XLA_00200_AAD_C_000020_PKG PACKAGE BODY APPS
    XLA_00707_AAD_C_000044_PKG PACKAGE BODY APPS
    XLA_00140_AAD_S_000036_PKG PACKAGE BODY APPS
    XLA_00707_AAD_C_000026_PKG PACKAGE BODY APPS
    XLA_00200_AAD_C_000017_PKG PACKAGE BODY APPS
    XLA_00200_AAD_C_000016_PKG PACKAGE BODY APPS
    XLA_00200_AAD_S_000032_PKG PACKAGE BODY APPS
    XLA_00200_AAD_S_000034_PKG PACKAGE BODY APPS
    XLA_00200_AAD_S_000039_PKG PACKAGE BODY APPS
    XLA_00200_AAD_S_000041_PKG PACKAGE BODY APPS
    MSD_DEM_OBI_DEMANTRA_MV MATERIALIZED VIEW APPS
    XLA_00200_AAD_C_000018_PKG PACKAGE BODY APPS
    XLA_00200_AAD_C_000021_PKG PACKAGE BODY APPS
    XLA_00555_AAD_S_000014_PKG PACKAGE BODY APPS
    XLA_00555_AAD_C_000015_PKG PACKAGE BODY APPS
    XLA_00200_AAD_C_000022_PKG PACKAGE BODY APPS
    FSAH_DUPLICATE_PKG PACKAGE BODY APPS
    G                                        TABLE               CA
    F                                        TABLE               CA
    RE_PROFILER RE PACKAGE BODY

    I used adadmin to remove mode maintenance so I have to do?

    Restart application services after you turn off the maintenance through adadmin mode.

    Thank you

    Hussein

  • EBS 11i database upgrade of database 11g 2 9.2.0.8

    Hi expert,

    I demanded some suggestion. I m currently upgradation of ebs 11i to R12.

    I have these processes I update my default database 9.2.0.6 EBS 11i to 9.2.0.8. now, I'll update my 9.2.0.8 to 11g 2 database using the metalink doc

    Interoperability Notes Oracle EBS 11i with Oracle Database 11 g 2 (11.2.0.2) (Doc ID 1367654.1()


    in the document in step 3, it gives the point.


    Migrating to Oracle 10 g (conditional) Portal

    Oracle Portal 3.0.9 is not certified for Oracle Database 11 g. If you intend to continue using Oracle Portal with Oracle E-Business Suite 11I, then the existing Oracle Portal features should be transferred to Oracle Portal 10 g for compatibility with Oracle Database 11 g. read and follow the instructions to install Server Applications Oracle 10 g with Oracle E-Business Suite Release 11i on My Oracle Support.

    You can remove all dependencies for Oracle E-Business Suite and Oracle Portal 3.0.9 by performing the steps described in to Remove Oracle E-Business Suite Release 11i 3.0.9 Portal on My Oracle Support. Oracle Portal 3.0.9 should be removed that after the upgrade to portal Oracle 10 g, ensure that personalized data portal are migrated successfully.

    When I opened the link give this 3 step I found that the following content

    Installation of Oracle Application Server 10g with Oracle E-Business Suite Release 11i


    Oracle recommends customers to apply only the OracleAS 10g Enterprise Edition releases and patches that have been certified with E - Business Suite, as shown in the Metalink Notes following:

    I want to know all of the steps above is required to do for me in the process of upgrading EBS 11i to R12 with Database 11 g 2.

    currently I m does not help portal oracle discoverer, oracle web application cache, SSL.

    and also I want to know what is oracle Portal?

    my current EBS and database is

    EBS 11.5.10.2

    database 9.2.0.8

    OS - OEL 4

    It comes to my new installation of EBS 11i. for the free practice.

    Please please suggest me what stage is necessary for me that describe in step 3.

    Thanks and greetings

    pritesh Rodriguez

    Pritesh salvation,

    I want to know all of the steps above is required to do for me in the process of upgrading EBS 11i to R12 with Database 11 g 2.

    currently I m does not help portal oracle discoverer, oracle web application cache, SSL.

    No, it is not required that you follow all the steps described in the note... As you have not set up a portal, you can skip this step and move to another. This is the reason why "CONDITIONAL" was used in the respective step.

    I also want to know what is oracle Portal?

    Check out the link:

    What is Oracle Portal?

    What is Oracle Portal?

    I hope this helps!

    Thank you &

    Best regards

  • Oracle database upgrade failed due to the ORA-600

    Hi team,

    I tried to upgrade my stand-alone database 10.2.0.3 to 11.2.0.1. The OS is AIX 6.0, its HACMP cluster (which one of the nodes is down). During the upgrade to xdb oracle upgrade process failed with error ORA.

    Please let me know what can be done that the upgrade was interrupted between the two.

    of catupgrd.log

    2269 2tWY2pY/umK1A6n4/gYjDbxa / / lwT3KuHx5DmP4f2JH2xNd18ZWYCtlOE9VN7CG9tvYUym/1

    2270 yAgCxuRupEOWlCURc1A67ggoX55JrrdMmdTY + ks3upr7gMLz2CAPZCDiD5YZlnLx6E87TD4K

    2271 zC4NBjAuMRjWDUO1u7Uo7oYNxg is

    2272

    2273.

    CREATE or REPLACE package body enveloped dbms_stats

    *

    ERROR on line 1:

    ORA-03113: end of file on communication channel

    ERROR:

    ORA-03114: not connected to ORACLE

    ERROR:

    ORA-03114: not connected to ORACLE

    ERROR:

    ORA-03114: not connected to ORACLE

    JOURNAL ALERTS:

    The SERVER COMPONENT ID = XML: status = VALID, version = 11.2.0.1.0, timestamp = 2013-07-19 19:47:48

    Fri Jul 19 19:48:42 2013

    Thread 1 cannot allot of new newspapers, sequence 3993

    Checkpoint is not complete

    Currently Journal # 2 seq # 3992 mem # 0: /data/oradata/xxxxxx/redo02.log

    Thread 1 Advanced for you connect to sequence 3993 (switch LGWR)

    Currently Journal # 3 seq # 3993 mem # 0: /data/oradata/xxxxxx/redo03.log

    Fri Jul 19 19:50 2013

    Thread 1 Advanced for you connect to sequence 3994 (switch LGWR)

    Currently journal # 1, seq # 3994 mem # 0: /data/oradata/xxxxxx/redo01.log

    Fri Jul 19 19:50:22 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1353):

    [ORA-00600: internal error code, arguments: [qmx: no ref], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1353/xxxxxx_ora_3817488_i1353.trc

    Fri Jul 19 19:50:42 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1353/xxxxxx_ora_3817488_i1353.trc file:

    ORA-00308: cannot open archived log ' / data/redolog/1_1465_616683947.arc'

    ORA-27037: unable to get file status

    IBM AIX RISC System/6000 error: 2: no such file or directory

    Additional information: 3

    [ORA-00600: internal error code, arguments: [qmx: no ref], [], [], [], [], [], [], [], [], [], []]

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1354):

    [ORA-00600: internal error code, arguments: [qmx: no ref], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1354/xxxxxx_ora_3817488_i1354.trc

    Fri Jul 19 19:50:43 2013

    Scan [inc] [1353]: completed

    Sweep [inc2] [1353]: completed

    Fri Jul 19 19:50:43 2013

    Track of dumping performs id = [cdmp_20130719195043]

    Fri Jul 19 19:51:03 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1355):

    [ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1355/xxxxxx_ora_3817488_i1355.trc

    Fri Jul 19 19:51:03 2013

    Track of dumping performs id = [cdmp_20130719195103]

    Fri Jul 19 19:51:23 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file:

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1356):

    [ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1356/xxxxxx_ora_3817488_i1356.trc

    Fri Jul 19 19:51:24 2013

    Track of dumping performs id = [cdmp_20130719195124]

    Fri Jul 19 19:51:37 2013

    Errors in the $DIAG/diag/rdbms/xxxxxx/xxxxxx/trace/xxxxxx_ora_3817488.trc file (incident = 1357):

    [ORA-00700: soft internal error, arguments: [kgerev1], [600], [600], [700] [] [], [], [], [], [], []]

    Incident details in: $DIAG/diag/rdbms/xxxxxx/xxxxxx/incident/incdir_1357/xxxxxx_ora_3817488_i1357.trc

    Fri Jul 19 19:51:38 2013

    Track of dumping performs id = [cdmp_20130719195138]

    Please let me know how to proceed further.

    Thanks and greetings

    Venkata Sainaba

    Hello

    Check the paths of the library ($LIBPATH = $ORACLE_HOME/lib LD_LIBRARY_PATH = $ORACLE_HOM/lib: $ORACLE_HOME/lib32) and the compatibility parameter set to 11.1.0.0 and begin the upgrade. This should solve the problem.

    RGS

    YVS

Maybe you are looking for