DB Migration from oracle 8.1 32bit to 64 bit

Hi,
We are working on oracle 8.1 on 32 bit on solaris 64bit operating system. We are working on SAP R/3 4.6C.
We want to migrate our oracle database form 32 bit to 64 bit.
If anyone can help me with some documentation, it would be helpful. Please send to my mail id [email protected]
Also, please suggest some preperatory steps for the same.
Thanks,
Sailesh K

Dear ,
you are going to upgrade from 8.1.7.3 (32-bit) to 8.1.7.3 (64-bit).  This
applies if you are running Java inside the database.
1)  Shutdown your 32-bit 8.1.7.3 database.  Shutdown the listener.
2)  Take a cold backup of this database.
3)  Install Oracle RDBMS 8.1.7.0 (64-bit)
4)  Apply patchset 8.1.7.3 (64-bit) to this oracle home.
5)  Copy your init.ora from the 32-bit home to the 64-bit home.
6)  Edit the init.ora of the 64-bit ORACLE_HOME so that the following
    parameters are set as follows:
    aq_tm_processes = 0
    job_queue_processes = 0
    systemtrig_enabled = FALSE
    db_block_buffers= (at least 2000)
    shared_pool_size= (at least 150MB)
    java_pool_size= (at least 20MB)
7)  sqlplus internal or sys
    startup restrict your 8.1.7.3 database using the ORACLE HOME of
    8.1.7.3(64-bit).
8)  delete from duc$ where pack='JIS$INTERCEPTOR$' and proc='USER_DROPPED';
    commit;
    @?/rdbms/admin/utlip.sql
9)  Go to Metalink, select Patches, and put in 1994933 for the 'Patch Number'.
    It will come up with a patch saying that it is for HP, but it is actually
    generic for Oracle on all platforms.
    After downloading the patch, extract it and keep track of where you put
    the rmsro.sql and invalidate.sql files.
10) Now run the following, again from sql*plus connected as internal or sys:
    SQL> @?/javavm/install/initjvmaux.sql
    SQL> @<directory where you placed the files from step 9>/rmsro.sql
    SQL> call rmsro.run();
    SQL> @<directory where you placed the files from step 9>/invalidate.sql
11) shutdown normal the database
12) If you are following this procedure because you are converting word size
    from 8.1.7.3 32-bit to 8.1.7.3 64-bit *ON SOLARIS*, then you also need
    to apply another fix.
    Go to Metalink, select Patches, and put in 2209569 for the 'Patch Number'.
    After downloading the patch, extract it and put the classes.bin file from
    the downloaded patch into $ORACLE_HOME/javavm/admin.  This will replace the
    classes.bin file which is already there.
13) Startup restrict your 64-bit 8.1.7.3 database
14) Sql*plus internal or sys and type
    SQL> create or replace java system
      2  /
15) Shutdown the database
16) Startup restrict the database, connect as internal or sys and run
    SQL> @?/rdbms/admin/utlrp.sql;
    -- To check on the progress of utlrp.sql, you can open a second sql
       prompt and do a select count(*) from dba_objects where status!='VALID';
       This count should keep decreasing as the script progresses to
       revalidate all the objects.
    -- If you get an ORA-29554 unhandled Java out of memory condition error,
       simply rerun utlrp.sql again and it will pick up where it left off.
17) Shutdown the database
    (Note: you may get an ORA-600 [729] error, which can be ignored.
    If that is the case, simply do a shutdown abort before continuing)
18) Change the SYSTEMTRIG_ENABLED parameter in your init.ora as follows.
    SYSTEMTRIG_ENABLED =TRUE
19) Startup restrict, connect as internal or sys and run:
    SQL> insert into duc$ (owner, pack, proc, field1, operation#, seq)
         values ('SYS','JIS$INTERCEPTOR$','USER_DROPPED',0,1,1);
    SQL> commit;
20) shutdown the database
21) Modify the database startup parameters JOB_QUEUE_PROCESSES and
    AQ_TM_PROCESSES (and shared_pool_size/java_pool_size/db_block_buffers if
    you modified them earlier) back to their original values.
22) restart the database
23) check that you are able to startup & shutdown normally the database
    without hanging anywhere.
Regards
vinod

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

  • 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

  • Performance issue with view selection after migration from oracle to MaxDb

    Hello,
    After the migration from oracle to MaxDb we have serious performance issues with a lot of our tableview selections.
    Does anybody know about this problem and how to solve it ??
    Best regards !!!
    Gert-Jan

    Hello Gert-Jan,
    most probably you need additional indexes to get better performance.
    Using the command monitor you can identify the long running SQL statements and check the optimizer access strategy. Then you can decide which indexes might help.
    If this is about an SAP system, you can find additional information about performance analysis in SAP notes 725489 and 819641.
    SAP Hosting provides the so-called service 'MaxDB Migration Support' to help you in such cases. The service description can be found here:
    http://www.saphosting.de/mediacenter/pdfs/solutionbriefs/MaxDB_de.pdf
    http://www.saphosting.com/mediacenter/pdfs/solutionbriefs/maxDB-migration-support_en.pdf.
    Best regards,
    Melanie Handreck

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

  • Migration from oracle forms to SOA

    Hello everybody,
    I work in a company that develops a product for financial institutes. we have the product developed using oracle forms, and we want to migrate it to an SOA environnement but i have some questions that i'd be happy if someone answered to them.
    1- We want to use oracle soa suite for the migration, in this case should a client, who will buy the application, buy oracle SOA suite. if this is the case, what are the minimum components of oracle soa suite a client should buy.
    2- Can we implement a service oriented architecture without using an ESB??
    3- What steps could we follow to migrate from oracle forms to oracle SOA suite.
    thanks

    From my knowledge acquainted through White papers - This is what I think - Even I am in the process of understanding and learning SOA enablement technologies,
    Migrating from Forms world to SOA - If there is a real need to migrate the solution to latest technologies then we have to capture the forms logic to redesign in ADF of the Fusion Middleware techstack but if the business need currently works well with the forms based application and we have other system which need integration with this forms based system - You can definetly keep all the hetrogenous systems and architect using SOA to talk to each other - For this it would beneficial to use ESB and BPEL (ESB - To primarily serve as a communication medium between the hetrogenous systems and BPEL to overall orchestrate the process from end to end)
    In this way you have all the disparate systems communicating and business running smooth through a SOA based process and in the mean time you start on the reverse engineering process of all the individual systems to migrate to the latest technologies (If there is a business need for the technology shift)
    It would be really beneficial to you if you spend some time reading about the SOA and more than technology what exactly is the underlying goal of SOA and then understand what are all the various components of SOA to govern this architecture such as ESB, BPEL, BAM, Rules etc..,
    Thanks
    Shasikkumar
    Edited by: Shasik on 08-Oct-2009 02:45
    Edited by: Shasik on 08-Oct-2009 02:46

  • Zero Downtime Migration from Oracle to Sybase

    Is there any way/ tool to migrate from oracle to sybase with Zero Downtime??
    Thanks

    Better answered on a Sybase forum I suppose...

  • 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

  • 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

  • Migrating from Oracle to portal to Oracle Webcenter

    I have been trying to find information on migrating from Oracle portal to Oracle webcenter.
    So far I have been unsuccessful in my search.
    I have raised this question on My Oracle Support to see if they could assist but their response/only suggestion was to use Oracle Consulting.
    Has anybody carried out this migration before?
    If so please could you advise and point me in the right direction to where I will find the relevant documentation, or if appropriate please could you describe the migration process.
    Many thanks in advance.
    Connor

    You have to specifiy "Portlets".
    Are they PL/SQL portlets , PDK portlets or JSR168 portlets?
    PL/SQL portlets are not possible to migrate. You should rewrite them to JSR168 compliant portlets.
    PDK portlets should be able to run in webcenter. You can register PDK producers in webcenter enabled application however... If you are using portlet specific API's than the portlets will not work.

  • 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

  • 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

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

  • 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