Migration from Oracle 9i database to 10g in ECC5

Hi Experts,
We are planning to move our production system which is currently running ECC5 on AIX OS and Oracle 9i database to AIX OS and Oracle 10g database.
Some doubts regarding the above procedure:
1)Is there any possibility of SAP system migration from Oracle 9i to Oracle 10g. If yes, do we need to perform any addinitional steps for that?
2)If the above condition is OK, then what type of system copy should we need to follow: Homogeneous or Heterogeneous? Heterogeneous system copy is ususally done incase of system copy involving different databases. Does that apply for differnt versions too like Oracle 9i and 10g?
Any response is highly appreciated.
Regards,
Sanjay

If i'm using the dbua then the above issue will be solved by dbua itself?Well, DBUA will only perform a sanity check on your current release and if it doesn't pass it will fail. In other words DBUA will not upgrade your 9i release to the proper compatible release that you have to do before upgrading to 10R2.
Personally I never used DBUA, I always prefer manual upgrades, DBUA is good for you bcz it will not allow you to miss any step while upgrading.
What is the size of the database which you are going to upgrade?
Daljit Singh

Similar Messages

  • What are the Issues in Migration from oracle 8i to oracle 10g

    Hi,
    Can you let me know what are the issues that i face when i migrate from oracle 8i to oracle 10g. I will be very thankful if you give me a list of issues that you face while migrating from 8i to 10g

    In addition to Max's reply, you must be aware that you have to test your applications agains 10g database before you actually upgrade the database.
    If you use CBO, it may produce different execution plans for one query when you run it in 8i and 10g. This may affect your application performances, which you don't like to happen.
    Also you have to decide how much downtime you can afford during the migration. Can you afford some downtime and how much? If you can't than this makes the situation more complicated.
    How big is your database? You may end up only with simple export/import solution using export import utility.
    The bottom line is, whatever you decide, you must test your applications running against 10g database before you actually upgrade your database.

  • MIgration from Oracle 9.2.4.0 to Oracle 10g Release 2 (10.2.0.1.0)

    Hello
    We are planning to upgrade and migrate from Oracle 9 to Oracle 10. ( both version on windows)
    Would be of great help if I could avail the below information.
    Most of the Instance are more than 50 gig
    1 Should use a EXP / IMP or Should use DBUA ( prefer a safe method )
    2.IF DBUA used any idea how much time it should take .
    3.Any other method for upgrade.
    We are currently in an analysis phase , we do have some instance that are already 10g but were created from scratch.
    Thanks for all your help in advance
    Cheers

    Most of the Instance are more than 50 gig
    1 Should use a EXP / IMP or Should use DBUA ( prefer
    a safe method )Use DBUA , it is safer then exp/imp
    2.IF DBUA used any idea how much time it should take
    It depend on database , machine etc. it should not take more then 2-3 Hr
    3.Any other method for upgrade.
    I always use manual method and feel manual upgrade is safest.
    All details is given in Oracle Documentation
    Oracle Database Upgrade Guide
    # Virag Sharma

  • Live migration from oracle 8.0.3.0.0 to oracle 10g

    Hello everyone,
    I have Oracle 8.0.3.0.0 running on Windows NT platform. I wish to migrate from Oracle 8.0.3.0.0 to Oracle 10g. And I wish to do it without shutting down my Oracle 8 server. Sort of live migration. Since transaction rate is very high. And putting down the server would mean hanging up whole work. Is it possible. If yes what all hardware and software requirements are there? Or Import and Export is the only option,
    In anticipation of your guidlines,
    Durgesh
    919416228922

    Durgesh,
    <br>No, you cannot migrate directly from 8.0.3 to 10g (either 10gR1 and 10gR2). Read the upgrade guide which concern your target 10g release :</br>
    <br>Oracle Database Upgrade Guide 10g Release 2 (10.2)</br>
    <br>Oracle Database Upgrade Guide 10g Release 1 (10.1)</br>
    <br>Nicolas.</br>

  • How to migrate data from oracle 9i database to new machine 11gr2 RAC ASM

    Hi Expert
    I need your expertise to advise me what is the best method to move data from oracle 9i database to new machine running oracle 11r2 RAC database with ASM.
    Currently my production server running on HPUX ORACLE 9I database with normal file system. My new server is running SUN SOLARIS SPACR 64 bit ORACLE 11gr2 RAC with ASM. What is best method to move data over so it will be consistent. Any guide can refer.
    Regard
    William

    Hi William,
    See the note in metalink Migration of Oracle Database Instances Across OS Platforms [ID 733205.1] to saw the Endian Format of your OS. If is the same you can use the RMAN to convert the database to another OS, if not the only option is using export/import (Transportable Tablespaces).
    To upgrade from 9i to 11g, see the note 837570.1 - Complete Checklist for Manual Upgrades to 11gR2.
    To migrate your FS to ASM the only way is using RMAN, so see the note - How to move a datafile from a file system to ASM [ID 390274.1].
    Hope this help you.
    Best Regards,
    Ruben Morais

  • Regarding database migration from Oracle to MS SQL

    Hi All,
    In my application, the existing database is oracle. we need to migrate from Oracle db to MS SQL.
    We need procedure is as below
    1.export data from Oracle and keep it in a file.(.dmp)
    2.Import data to MS SQL from the exported oracle file.
    and vice versa from MS SQL to Oracle.
    my question is- is it possible to import .bmp (oracle export data) into MS SQL.
    Please clarify me.

    There are couple of options to get data from Oracle to MS SQL.
    The simplest is to create a linked server in MS SQL that points to Oracle and copy data with a query like select * into my_mssqlTable from oracle.schema.table; via the linked server.
    Some data types will not be supported.
    That is for one time copy.
    If you need a close to real time replication you can use MS replication (I would not recommend because it creates triggers on Oracle tables), or you can use GoldenGate or DataCurrents or other replication products.

  • Unable to connect to database after migration from oracle 8 to 9i

    Hi,
    Our applications database was migrated from oracle 8 to oracle9i, The oracle_home path was updated to the newer version.
    While accessing the databese using the new setup we are facing SQLLIB mismatch problem
    the description of error is as follows
    =======================================================
    SQL-02107 Program too old for runtime library; please re-precompile it
    Cause: Your program was precompiled by an older version of the Oracle Precompilers, which is incompatible with this release of SQLLIB.
    Action: Precompile the program with a newer version of the Oracle Precompilers
    =========================================================
    Please help in this regard
    ~akhil

    Hi Akhil,
    Looks like some Tuxedo services are using Pro*C code. Therefore, you would need to recompile your Pro*C code using the newer compiler and then rebuild the Tuxedo servers.
    HTH,
    Ravi...
    Hi,
    Our applications database was migrated from oracle 8
    to oracle9i, The oracle_home path was updated to the
    newer version.
    While accessing the databese using the new setup we
    are facing SQLLIB mismatch problem
    the description of error is as follows
    ======================================================
    =
    SQL-02107 Program too old for runtime library; please
    re-precompile it
    Cause: Your program was precompiled by an older
    version of the Oracle Precompilers, which is
    incompatible with this release of SQLLIB.
    Action: Precompile the program with a newer version
    of the Oracle Precompilers
    ======================================================
    ===
    Please help in this regard
    ~akhil

  • Migration from Oracle 6i to Oracle 10g

    I need to migrate my forms and reports from Oracle 6i to Orcale 10g, and then update the Oracle software on my pc. Any suggestion for a migration tool for the forms and reports? Thanks in advance.

    Hi,
    take a look at:
    using or converting forms developed in forms6i to forms10g
    http://www.degenio.com/index_files/Challenges_migrating_Forms_10g.pdf
    greetings,
    Sim

  • Forms migration from 2.0 to Forms 10g/11g

    Hi,
    I want to migrate from forms 2.0 to 10g/11g. I know the migration path is 2.0->4.5->6i->10g/11g . I want to know is it feasible to do the migration from 2.0 to 10g/11g. what are the recommendations.
    Thanks & Regards,
    Noman

    PITTS claim to be able to migrate forms from Forms 2.3 onwards.
    http://www.pitss.com/solutions/pitsscon-solutions/forms-to-forms/
    It depends on how much you want to spend...
    However, if you're looking to do it yourself...
    Do you have access to developer versions of Forms V3.0 or 4.5? It's easier if you go from 2.0 -> 3.0 -> 4.5/6i -> 10g. Each version has its own migration utilities, but they gradually remove support for earlier versions. Version 2 (2.3) triggers can exist in version 3, but not in later versions.
    Do you have experience of Forms 6i or 10g? If not, you have the scope to re-write the application in the language of your choice. The Oracle website has a number of articles on migrating from Forms 3 and 6i, but not from earlier versions, so it depends on your current knowledge as to how you want to do.
    I've migrated Forms 3.0 (with 2.3 style triggers) to 10g by hand. It requires an understanding of how Forms used to work compared to how it works now. You will basically be creating your new application from scratch (depending on what you have been able to upgrade) based on the the blocks and items of your old forms. Your task will be so much easier if you have the intermediate Forms developer tools (4.5/6i).
    You'll also be upgrading your database. I assume that you are on Oracle 6/7.

  • Problem of Data Import/Export after migration of Oracle DB 9i to 10g

    We have encountered the following problem after the migration of Oracle DB 9i to 10g R1 and ESRI ArcSDE 8.3 to 9.1.
    In our development server, a view was created by joining of one feature class (point feature), two attribute tables and one F table. We have to perform a process to export all the features in that particular view from the development server and then import them to the production server. In total, there should be about 60,000 points.
    Form our past experience (using Oracle DB 9i and ESRI ArcSDE 8.3); we spent about 15-20 minutes to complete the import-export procedure. However, after the system migration, the speed of the import-export procedures is extremely slow, which is talking about 2 hours for ONLY EXPORTING 5MB data.
    We would like to seek advice in solving the above problems. THANKS!

    Try to delete old stats, then gather new stats on the schema and try the export again.

  • Migrate from Oracle Rdb to Oracle 8i

    Has anybody out there done a migration from Oracle Rdb (formerly Digital product) to Oracle 8i on a Alpha/OpenVMS platform?
    If yes, kindly share your experience.
    Thank you very much.

    Hi Joyce,
    Unfortunately you can't.
    Same topic was discussed here:
    Oracle RDB to Oracle 10g
    Good luck,
    Andrei

  • Re Migrating from Oracle to DB2

    Hi All,
    We are migrating from Oracle to DB2, so just wanted to know what will be the impact when we do this, i mean what all necessary steps should be taken to do so. I am a technical consultant involved in this project so not much idea regarding this.
    Also please let me know will it effect the custom i mean the Z programs that we have created. Please let me know regarding this.
    Thanks and Regards,
    Salish.

    > We are migrating from Oracle to DB2, so just wanted to know what will be the impact when we do this, i mean what all necessary steps should be taken to do so. I am a technical consultant involved in this project so not much idea regarding this.
    A heterogeneous migration (changing database and/or operating system) implies a certified migration consultant doing the migration, otherwise you'll loose support from SAP for problems during the migration and for the target system (http://service.sapcom/osdbmigration --> FAQ).
    > Also please let me know will it effect the custom i mean the Z programs that we have created. Please let me know regarding this.
    Depending on how you access the data you may need to increase/delete indexes or change the programs to get a better speed.
    Markus

  • Migrate from Oracle 8.1.6 Release 2 to 10 or 11g

    Dear All,
    Please tell me the best solution of migrating from 8.1.6 to 10g or 11g. The operating system is Windows server 2003 and it would remain the same. The database size is almost 6GB.

    Hi,
    Please tell me the best solution of migrating from 8.1.6 to 10g or 11g. The operating system is Windows server 2003 and it would remain the same. The database size is almost 6GB.Export/Import will be the best approach to upgrade your database as size of db is small :)
    Refer tech note provided by Helios.
    thanks,
    X A H E E R

  • Changes in webservices while migrating from Oracle App Server to WebLogic

    Dear All,
    I am developing webservices for a external users.
    I am new to webservices.
    We were using Oracle Application server to deploy the webservices.
    The architecture was as mentioned below
    1) A interface class
    2) A Implementation class for the above interface class
    Now we are planning to migrate from Oracle application server to Weblogic Application server.
    I have few doubts about the migration,
    1) Will there be any difference between Oracle specific WSDL and WSDL created by Weblogic ant build command
    2) As our external parties are referring our SOAP requests ans responses for their implementation, i am concerned about the changes in the SOAP request and response formats. Will there be changes due to application server change?
    Oracle app server - Oracle 10g application server version 9.0.4.0
    Weblogic appl server - Weblogic application server version 10.3.0.0

    Now after creating the WSDL by Weblogic workshop. The previous request XML is not working.
    Can someone help soving the below query.
    We are in process of upgrading the Oracle 10g application server version 9.0.4.0 to Weblogic application server version 10.3.0.0. In the old application server we were using axis specific jars to create the WSDL for the webservices. There are so many third party applications which are accessing our webservices, so we can not change the wsdl, clients accessiong the webservices and the corresponding formats of request and response xml messages. So we need to deploy the same wsdl and for the same we need to deploy axis on to weblogic 10.3. Can you please help us regarding the same.
    Qns
    1 - If we can deploy the axis on to the Weblogic 10.3
    2 - Can we use the same WSDL in the Weblogic server too.
    3 - If we use the same WSDL, will it help us to keep the client accessing the webservices, the request xml format, response XML format the same as it is with Oracle 10g application server case.
    4 - Please share how to deploy axis on to the Weblogic 10.3 application server.
    5 - Please share how we can create EARs that can be deployed on the webserver using axis specific jars.
    Thanks and Regards
    Manoj

  • Migration from Oracle Forms to HTML DB ?

    Dear all,
    is there a tool allowing to migrate from Oracle Forms to HTML DB ?
    Thanks.
    Best Regards.
    Marcello.

    Hello.
    Thanks for your response.
    Here is the motivation.
    We have still applications developped with Oracle Forms 6i (old version no more supported). We are investigating for doing the migration with a limited expense to Oracle Forms 10g or HtmlDB.
    Another questions are :
    Is it possible to migrate from Oracle 6i to Oracle Forms 10g ?
    Oracle Forms will still exists ? until when ?
    Many thanks for your cooperation.
    Best Regards.
    Marcello.
    Marcello CESARO
    ICT Architecture
    Application Architect
    LA POSTE / DE POST
    WTC II - desk 13W098
    Chaussée d'Anvers 59
    1000 Bruxelles
    Tél. : 0032 2 2047172
    GSM : 0032 494 575149
    E-mail : [email protected]

Maybe you are looking for

  • Incorrect documents error while posting

    Hi Gurus, While posting the documents for a couple of pernrs for the period 08/2009  I am getting the following error. "Period 007 in fiscal year 2009 is open for posting for the variant for posting periods 0001. However, you do not have the required

  • Wrong Tax Code in Quotation

    Hi All, SAP uses condition type ( MWVS -input tax) as the basis of a calculation procedure- TAXAT, which enables integration between the  MM and FI module. Step 1: Step      Control     CType     Description   From      To 100     0     BASB     Base

  • Acrobat Pro 9 Print Comment Summary Issues

    I have acrobat pro 9 and am not able to print a comments summary.  When I click "Print Comment Summary" I am not redirected to the "Print" window as tutorials explain should happen.  The "Summarize Options" window just closes and nothing else happens

  • How to get the location of the browser?(pt_BR, en_US, es_ES...)

    How to get the location of the browser? example: pt_BR, en_US, es_ES...

  • Sync phone and outlook calendar on VISTA 64

    I am using VISTA 64 bit os.  I have a 8300 running 4.5 and the desktop application is 4.6.0.6.  I can sync everything by the Calendar. It will read both the 8300 and Outlook but then errors out.  There really is not error message, vista just puts up