46C Migration Oracle/HP-UX to MAXDB/SLE10 error: Duplicate value QCMT066

To migrate a productive system from 46C to ECC600 I got an system copy export from our business partner.
The source system is running on HPUX/Oracle. The target system should be MAXDB/SLE10.
I run the import with R3setup and got error: Duplicate value QCMT066.
To try to continue the import I set in DBMIG.R3S:
[DBR3LOADEXEC_IND_ADA]
from STATUS=ERROR to STATUS=OK
[DBR3LOADVIEW_IND_ADA]
from STATUS=ERROR to STATUS=OK
[DBR3LICENSECREATE_IND_ADA]
STATUS=ERROR to STATUS=OK
[DBR3START_IND_ADA]
from STATUS=ERROR to STATUS=OK
Tthe system is coming up, but get: in SAPGUI: GEN_TABLE_NOT_EXISTS .. Table VSEOPARENT does not exist.
I believe that I have to run the import again. How can I solve the duplicate value QCMT066 problem?
Edited by: Trieu Chi Phung on Aug 4, 2009 4:01 PM

Answer of SAP:
Did you skip the error? because there errors in both SAPVIEW.log and
SAPAPPL1.log
The SAPVIEW is having error because the table VBKD was not imported yet, and this table belongs to package SAPAPPL1, so, you have to finish
import the SAPAPPL1 in the first place.
You have the error "Duplicate key in index" for table QCMT066
One of the most important things to do before a migration starts is to
look at the consistency between Database and ABAP DDIC (/DB02 > checks>
button Database<> ABAP/4 DDIC) and to look after QCM-Tables from pre-
viously failed table-conversions These temporary objects are used duringconversion (see attached note # 9385 this note is for 3.0F but explains
the situation).
I would like you to proceed as follows:
1. In the source-system check SE14 > Extras > Invalid Temp.
Tables and remove all entries from there
2. Switch to use sidadm create a new temp-directory and run 'R3ldct
without any parameters
3. Check the STR-files created and grep for entries starting with
QCM
4. For those objects use function module 'DD_NAMETAB_DELETE' and
remove them from the nametab
5. repeat the export from scratch
If you want a workaround on this, you can modify the <package>.STR file
and remove the entry QCMT066 and restart the import to continue.
However, this maybe tedious if you and lots of this kind of object.

Similar Messages

  • Error while importing the database of Oracle 10.2g to MaxDB - DB Migration

    Hi,
    We are testing the data migration from Oracle 10.2g to MaxDB 7.6. First i have exported the oracle database without any errors. But while importing to MaxDB i am getting error as below,
    tail -f ImportMonitor.console.log
    java.class.version = 49.0
    java.home = /opt/java1.5/jre
    java.ext.dirs = /opt/java1.5/jre/lib/ext
    java.class.path = migmon.jar
    java.library.path = /opt/java1.5/jre/lib/PA_RISC2.0W:/opt/java1.5/jre/lib/PA_RISC2.0W/server:/opt/java1.5/jre/../lib/PA_RISC2.0W:/tmp/sapinst_exe.18812.1291025270:/usr/sap/BE1/SYS/exe/run:/sapdb/programs/lib/lib64:/usr/lib
    java.io.tmpdir = /var/tmp/
    Import Monitor jobs: running 1, waiting 1, completed 72, failed 0, total 74.
    Loading of 'SAPAPPL1_11' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 72, failed 1, total 74.
    And tail -f SAPAPPL1_11.log
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 26, table "VBRK"
    ERROR : Prepare/modify for GetPages failed(dbrc=26).
      (SQL error 0)
      error message returned by DbSl:
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "VBRL" ( "MANDT" VARCHAR2(3) UNICODE DEFAULT '000' NOT NULL , "VBELN" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL , "POSNR" VARCHAR2(6) UNICODE DEFAULT '000000' NOT NULL , "VBELN_VF" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL , "NETWR" NUMBER(15,2) DEFAULT 0 NOT NULL , "MWSBP" NUMBER(13,2) DEFAULT 0 NOT NULL , "KWERT_RL" NUMBER(13,2) DEFAULT 0 NOT NULL , "MWSBP_RL" NUMBER(13,2) DEFAULT 0 NOT NULL , "KUNAG" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL , "UVPRS" VARCHAR2(1) UNICODE DEFAULT ' ' NOT NULL , "LOGSYS" VARCHAR2(10) UNICODE DEFAULT ' ' NOT NULL  ) NO FIXED LENGTH COLUMN )
    DbSlExecute: rc = 102
      (SQL error -955)
      error message returned by DbSl:
    I tried multiple time by modifying the loadArgs=-nolog -c 10000 -merge_bck . But still same error "(SQL error -955)"
    Thanks,
    Narendra

    Hi,
    it is not astonishing that the error occurs every time you try this create table statement.
    A table with this name already exists. And error -955 tells us exactly this.
    What to do?
    As I do not know if there is data in this table and/or if there are views / other database objects
    using this table, I cannot decide, if dropping this table would be a good idea.
    But what I do not understand is, why during one (?) loading in a clean (?) database this
    table is tried to create more than once. Or was the database you are loading into not clean,
    fresh and empty? Then it will happen that not only this table, but some others will result in an error
    because they exist already.
    Elke

  • Migrate Oracle EBS 12.1.3 from Microsoft Windows 2003 32-Bit to Linux

    Hi
    We are currently using Oracle EBS 12.1.3 on Microsoft Windows 2003 32-Bit. We are planning to migrate to linux. I have gone through the certification matrix and the following versions certified with Oracle EBS 12.1.3
    1. Linux x86 Oracle Linux 5
    2. Linux x86 Oracle Linux 4
    3. Linux x86 Red Hat Enterprise Linux 5
    4. Linux x86 SLES 10
    Question #
    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to Linux

    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3No.
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to LinuxApplication Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    To migrate the database you can use export/import or transportable tablespaces -- Refer to these docs for details:
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Thanks,
    Hussein

  • Issue in BI Publisher when migrating oracle report RDF to BI Publisher

    Hi, I am migrating Oracle RDF report to BI Publisher while migrating this report I am facing problem in viewing data as per my report requirement
    I want my department Name should be my HEADER and all projects of department should display under it.
    for that according to me I should get XML data like this
    <dept1>
    <project1></project1>
    <project2></project2>
    <project3></project3>
    </dept1>
    for some nodes I am getting this expected result but for many node it is giving me result like
    <dept2>
    <project1></project1>
    </dept2>
    <dept2>
    <project2></project2>
    </dept2>
    because of this i could not able to see data in required format for some department.
    may be Order by is not working in Q_Expenditure
    Here is my data template
    <dataTemplate dataSourceRef="PTTrng" name="XXPA4049093f" defaultPackage="XXPA4049093f">
    <properties>
    <property name="xml_tag_case" value="upper"/>
    </properties>
    <parameters>
    <parameter name="P_PROJECT" dataType="character" defaultValue="%"/>
    <parameter name="P_PROJECT_ROLLUP" dataType="character"/>
    <parameter name="P_PROJECT_ROLLUP_YEAR" dataType="character"/>
    <parameter name="P_ORDER_BY" dataType="character" defaultValue="1"/>
    <parameter name="P_REMAIN_BALANCE" dataType="number" defaultValue="-9999999999"/>
    <parameter name="P_FUND" dataType="character" defaultValue="%"/>
    </parameters>
    <lexicals>
    </lexicals>
    <dataQuery>
    <sqlStatement name="Q_Expenditure">
    select TRIM(a.NAME)NAME ,upper(a.id2) ID2,a."Project",a.start_date,a.completion_date,a.organization_id,a.origbud, a.budget,a.commitment,a.visa,a.labor,a.remaining_funds,a.board_rollup,a.description,a.class_code,
    a.class_category,a.fund,
    nvl(b.po_oblig_prior_yr,0) po_oblig_prior_yr2,
    nvl(c.ap_prior_yr_oblig,0) ap_prior_yr_oblig2,
    ( nvl(a.remaining_funds,0) + nvl(b.po_oblig_prior_yr,0) + nvl(c.ap_prior_yr_oblig,0) ) Remaining_funds_Order,
    XXPA4049093f.cf_dept_pct_obligformula(:CS_dept_total_costs, :CS_dept_bud) CF_dept_pct_oblig,
    XXPA4049093f.cf_dept_pct_unobligformula(:CS_dept_remain_funds, :CS_dept_bud) CF_dept_pct_unoblig,
    XXPA4049093f.cf_remain_laborformula(:CS_labor_budget, apps.a.LABOR) CF_remain_labor,
    XXPA4049093f.cf_nonlabor_budgetformula(apps.a.BUDGET, :CS_labor_budget) CF_nonlabor_budget,
    XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) CF_nonlabor_costs,
    XXPA4049093f.cf_remain_nonlaborformula(XXPA4049093f.cf_nonlabor_budgetformula(apps.a.BUDGET, :CS_labor_budget) ,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) CF_remain_nonlabor,
    XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) CF_total_costs,
    XXPA4049093f.cf_remain_fundsformula(apps.a.BUDGET,XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) ) CF_remain_funds,
    XXPA4049093f.cf_proj_pct_obligformula(XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) , apps.a.BUDGET) CF_proj_pct_oblig,
    XXPA4049093f.cf_proj_pct_unobligformula(XXPA4049093f.cf_remain_fundsformula(apps.a.BUDGET,XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) ) , apps.a.BUDGET) CF_proj_pct_unoblig
    from apps.xxpa_project_status_fund_cy_2 a, xxpa_prior_yr_oblig2_cy b, xxpa_ap_prior_yr_oblig2_cy c
    where
    a.class_category = :P_Project_Rollup
    and a.class_code = :P_Project_Rollup_Year
    and a.id2 like upper(:P_Project)
    and a.remaining_funds >= :P_remain_balance
    and a.id2 = b.id2
    and a.id2 = c.id2
    and a.class_code = b.class_code
    and a.class_code = c.class_code
    and a.fund like :P_Fund
    order by 1
    </sqlStatement><sqlStatement name="Q_1">
    select upper(f.class_code) ID2, sum(d.labor_budget) Labor_budget
    from apps.xxpa_labor_budget_v2006 d,
    pa.pa_project_classes e,
    pa.pa_class_codes f,
    ( select *
    from pa_project_classes
    where class_category = 'Fiscal Year'
    and substr(class_code,-4,4) =
    (select ( segment5 )
    from FINANCIALS_SYSTEM_PARAMS_ALL a, gl_code_combinations b
    where set_of_books_id = 2
    and a.accts_pay_code_combination_id = b.code_combination_id)
    ) ppc
    where d.project_id = e.project_id
    and e.class_category = f.class_category
    and e.class_code = f.class_code
    and e.class_category = 'Project Rollups'
    and d.project_id = ppc.project_id
    and d.project_id in (select project_id
    from pa.pa_project_classes a, xxpa_project_rollups_org b
    where a.class_category = 'Project Rollups'
    and a.class_code = b.class_code
    and b.org_count <= 1)
    and upper ( id2 )like upper(:P_Project)
    group by upper(f.class_code)
    </sqlStatement>
    <link name="Q_LINK" parentQuery="Q_Expenditure" parentColumn="ID2" childQuery="Q_1" childColumn="ID2" condition="="/>
    </dataQuery>
    <dataTrigger name="afterParameterFormTrigger" source="XXPA4049093f.afterpform"/>
    <dataTrigger name="beforeReportTrigger" source="XXPA4049093f.beforereport"/>
    <dataStructure>
    <group name="G_NAME1" dataType="varchar2" source="Q_Expenditure">
    <element name="NAME" dataType="varchar2" value="NAME"/>
    <element name="CS_dept_orig_bud" function="sum" dataType="number" value="G_segment1.ORIGBUD"/>
    <element name="CS_dept_bud" function="sum" dataType="number" value="G_segment1.BUDGET"/>
    <element name="CS_dept_labor_bud" function="sum" dataType="number" value="G_segment1.CS_labor_budget"/>
    <element name="CS_dept_labor" function="sum" dataType="number" value="G_segment1.LABOR"/>
    <element name="CS_dept_labor_remain" function="sum" dataType="number" value="G_segment1.CF_remain_labor"/>
    <element name="CS_dept_nonlabor_bud" function="sum" dataType="number" value="G_segment1.CF_nonlabor_budget"/>
    <element name="CS_dept_nonlabor_costs" function="sum" dataType="number" value="G_segment1.CF_nonlabor_costs"/>
    <element name="CS_dept_nonlabor_remain" function="sum" dataType="number" value="G_segment1.CF_remain_nonlabor"/>
    <element name="CS_dept_total_costs" function="sum" dataType="number" value="G_segment1.CF_total_costs"/>
    <element name="CS_dept_remain_funds" function="sum" dataType="number" value="G_segment1.CF_remain_funds"/>
    <element name="CF_dept_pct_oblig" dataType="number" value="CF_dept_pct_oblig"/>
    <element name="CF_dept_pct_unoblig" dataType="number" value="CF_dept_pct_unoblig"/>
    <group name="G_segment1" dataType="varchar2" source="Q_Expenditure">
    <element name="FUND" dataType="varchar2" value="FUND"/>
    <element name="po_oblig_prior_yr2" dataType="number" value="PO_OBLIG_PRIOR_YR2"/>
    <element name="ap_prior_yr_oblig2" dataType="number" value="AP_PRIOR_YR_OBLIG2"/>
    <element name="Remaining_funds_Order" dataType="number" value="REMAINING_FUNDS_ORDER"/>
    <element name="Project" dataType="varchar2" value="Project"/>
    <element name="ORIGBUD" dataType="number" value="ORIGBUD"/>
    <element name="BUDGET" dataType="number" value="BUDGET"/>
    <element name="COMMITMENT" dataType="number" value="COMMITMENT"/>
    <element name="LABOR" dataType="number" value="LABOR"/>
    <element name="CLASS_CODE" dataType="varchar2" value="CLASS_CODE"/>
    <element name="CLASS_CATEGORY" dataType="varchar2" value="CLASS_CATEGORY"/>
    <element name="REMAINING_FUNDS" dataType="number" value="REMAINING_FUNDS"/>
    <element name="ID2" dataType="varchar2" value="ID2"/>
    <element name="START_DATE" dataType="date" value="START_DATE"/>
    <element name="COMPLETION_DATE" dataType="date" value="COMPLETION_DATE"/>
    <element name="ORGANIZATION_ID" dataType="number" value="ORGANIZATION_ID"/>
    <element name="VISA" dataType="number" value="VISA"/>
    <element name="BOARD_ROLLUP" dataType="varchar2" value="BOARD_ROLLUP"/>
    <element name="DESCRIPTION" dataType="varchar2" value="DESCRIPTION"/>
    <element name="CS_labor_budget" function="sum" dataType="number" value="G_1.LABOR_BUDGET"/>
    <element name="CF_remain_labor" dataType="number" value="CF_remain_labor"/>
    <element name="CF_nonlabor_budget" dataType="number" value="CF_nonlabor_budget"/>
    <element name="CF_nonlabor_costs" dataType="number" value="CF_nonlabor_costs"/>
    <element name="CF_remain_nonlabor" dataType="number" value="CF_remain_nonlabor"/>
    <element name="CF_total_costs" dataType="number" value="CF_total_costs"/>
    <element name="CF_remain_funds" dataType="number" value="CF_remain_funds"/>
    <element name="CF_proj_pct_oblig" dataType="number" value="CF_proj_pct_oblig"/>
    <element name="CF_proj_pct_unoblig" dataType="number" value="CF_proj_pct_unoblig"/>
    <group name="G_1" dataType="varchar2" source="Q_1">
    <element name="LABOR_BUDGET" dataType="number" value="LABOR_BUDGET"/>
    <element name="ID2" dataType="varchar2" value="ID2"/>
    </group>
    </group>
    </group>
    <element name="CS_ORIG_BUDGET" function="sum" dataType="number" value="G_segment1.ORIGBUD"/>
    <element name="CS_APPROVED_BUDGET" function="sum" dataType="number" value="G_segment1.BUDGET"/>
    <element name="CS_LABOR_BUDGET_TOTAL" function="sum" dataType="number" value="G_segment1.CS_labor_budget"/>
    <element name="CS_LABOR_COSTS" function="sum" dataType="number" value="G_segment1.LABOR"/>
    <element name="CS_REMAIN_LABOR" function="sum" dataType="number" value="G_segment1.CF_remain_labor"/>
    <element name="CS_NONLABOR_BUDGET" function="sum" dataType="number" value="G_segment1.CF_nonlabor_budget"/>
    <element name="CS_NONLABOR_COSTS" function="sum" dataType="number" value="G_segment1.CF_nonlabor_costs"/>
    <element name="CS_REMAINING_NONLABOR" function="sum" dataType="number" value="G_segment1.CF_remain_nonlabor"/>
    <element name="CF_pct_oblig" dataType="number" value="XXPA4049093f.cf_pct_obligformula(:CS_TOTAL_COSTS, :CS_APPROVED_BUDGET)"/>
    <element name="CS_TOTAL_COSTS" function="sum" dataType="number" value="G_segment1.CF_total_costs"/>
    <element name="CS_REMAIN_FUNDS" function="sum" dataType="number" value="G_segment1.CF_remain_funds"/>
    <element name="CF_PCT_UNOBLIG" dataType="number" value="XXPA4049093f.cf_pct_unobligformula(:CS_REMAIN_FUNDS, :CS_APPROVED_BUDGET)"/>
    <element name="rp_order_by" dataType="varchar2" value="XXPA4049093f.rp_order_by_p"/>
    </dataStructure>
    </dataTemplate>

    I had to go to my data template and move my groups around.
    Copy Data Template into something like Wordpad, so you can see the hierarchy and cut and paste your groups. Watch your indentions.

  • How to migrate Oracle 9i(32 bit) to oracle 10g(64 bit) DB with ASM

    How to migrate Oracle 9i(32 bit) to oracle 10g(64 bit) DB with ASM on SAME platform RHEL4.0
    Scenario My case:
    1) DB size 400G.
    2) Minimum downtime.
    3) oracle 9i(9.2.0.4) source DB.
    4) oracle 10g(10.2.0.3) target DB with ASM.
    5) Source DB (HOST A) and target DB (HOST B) Machine.
    Thanks
    Ashutosh

    I think Werner is suggesting you ask your question in the appropriate forum.
    Go up 2 levels (to Community Discussion Forum) and look for the Database category. It's not that difficult to find, and you will be discussing the question with people who actually care about that kind of question.
    The people who read and interact in this forum do so to discuss Documentation questions. Specifically questions about how to improve the documentaiton.

  • Migrating Oracle forms to APEX 3.2 without using Forms2XML tool

    Can we migrate Oracle forms to APEX 3.2 without using Forms2XML tool?

    Hi Anoo,
    In order to convert Oracle Forms to Oracle Application Express, using the Forms Conversion utility in Oracle APEX 3.2, you are required to convert your Forms Module (FMB) files to XML format, using the Oracle Forms to XML conversion tool, Forms2XML. I would recommend that you review Chapter 4 [Converting an Oracle Forms Application|http://download.oracle.com/docs/cd/E14373_01/migrate.32/e13368/appmgr_forms.htm] , in the Oracle Application Express Migration Guide Release 3.2
    If you have any further questions relating to the Oracle Forms to Oracle Application Express conversions, I would recommend that you refer to the [Application Express|http://forums.oracle.com/forums/forum.jspa?forumID=137] forum.
    I hope this helps.
    Regards,
    Hilary

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • Migrate Oracle 9i Database to Oracle 10g Solaris Platform

    Hi DBAs,
    Thank you very much all of you, you helped me in RMAN Duplicate Database, There was a problem in my backupset and now it has been resolved.
    I have now following task.
    I want to migrate Oracle 9i Database to Oracle 10g ASM, both are on Solaris platform. Please provide me step by step solution. I have very big Database about 250G Database.

    In the "Complete checklist for manual upgrades to 10gR2" is written:
    PREREQUISITES
    =============
    + Install Oracle 10g Release 2 in a new Oracle Home.
    + Install the latest available patchset from Metalink.
    + Install the latest available Critical Patch Update.
    ... so "Install the latest available Critical Patch Update" step is that for the Oracle 10g database Oracle Home or Oracle 9i database Oracle Home ? I think that is for the 10g database/ Oracle Home ...
    after applying the CPU pacht there is some "Post Installation Instructions":
    3.3.5 Post Installation Instructions which demande a connection to the database:
    3. For each database instance running out of the ORACLE_HOME being patched, connect to the database using SQL*Plus as SYSDBA and run catcpu.sql as follows:
    cd %ORACLE_HOME%\CPU\CPUJan2007
    sqlplus /nolog SQL> CONNECT / AS SYSDBA
    SQL> STARTUP
    SQL> @catcpu.sql
    SQL> QUIT
    My question is ... If I want to upgrade a 9i database to 10g and I apply this CPU before the upgrade is done (to 10g Oracle Home), how could I connect to an instance which is not present to run this script ? ... is this step mandatory or is optional ?
    Thanks,
    P.

  • Migrate oracle 9i DB to 10g R2.

    how can I Migrate oracle 9i DB to 10g R2. ?

    Hi,
    how can I Migrate oracle 9i DB to 10g R2. ?What is the size of your database?
    If your db size is small then you can use export/import.
    Refer MOS tech note:
    *How to Perform a Full Database Export Import during Upgrade, Migrate, Copy, or Move of a Database [ID 286775.1]*
    thanks,
    X A H E E R

  • Migrate Oracle EBS R12.0.6 from 32 to 64 bit

    Hi,
    We are running oracle e-business suite R12.0.6 in windows 2003 server 32 bit and its database in windows 2003 server 64 bit.
    We are planning to migrate the apps tier to a widows 64 bit.
    Please guide me with a good and easy steps.
    Thanks,

    Meedoo wrote:
    Hi,
    We are running oracle e-business suite R12.0.6 in windows 2003 server 32 bit and its database in windows 2003 server 64 bit.
    We are planning to migrate the apps tier to a widows 64 bit.
    Please guide me with a good and easy steps.
    Thanks,Please refer to (Migrating Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]) -- Please make sure you are running on a supported Windows 64-bit OS version (as mentioned in the doc).
    Thanks,
    Hussein

  • Migrating Oracle Discoverer Workbooks to OBIEE 11g

    Hello,
    Can you tell me how can we migrate Oracle Discoverer workbooks in to OBIEE 11g , I have heard that there is a tool which is released in last summer for this migration can anyone provide me details on this one.
    Thanks a lot.

    Hello
    I'm afraid Oracle has had no success in converting Discoverer workbooks into OBIEE. It is still on the radar but as yet they have nothing.
    For some of my clients this is a huge setback. I have a client who has more than 32,000 Discoverer workbooks and adding more at the rate of about 5,000 a year. Obviously a customer of this size is a potential customer for OBIEE. The only thing they can do right now is to rewrite all of the reports.
    To do this would be a mammoth task and I did some mathematics for them. Let's say you can rewrite one report every 15 minutes, allowing for testing and parallel runs. Thus you could convert 4 in an hour or 32 in a full day. Diviiding 32 into 32,000 means they would need to allocate 1,000 man days to the task. Bearing in mind that on average a person works about 220 days in a year and you are looking at around 5 man years, not including potentially 1000s of new Discoverer workbooks that have been created in that time. Needless to say my client is not happy with Oracle and refuse to go down this path sticking with Discoverer.
    I know for a fact this company is not alone and I personally implore Oracle to allocate resources to correctly converting Discoverer workbooks. I know part of the problem is that there are things that Discoverer takes in its stride which OBIEE either cannot do or has great difficulty with. Until OBIEE can do everything Discoverer can do I don't see how customers can convert.
    Thoughts anyone?
    Michael

  • Migration Oracle 8.17 from Solaris 8 to Solaris 10

    Is it possible to migrate Oracle 8.1.7 from Solaris 8 to Solaris 10? I find out the papers or the practices from internet that were done before. Do you have any documents said that or gurantee success?

    Perhaps contact Oracle.
    http://www.oracle.com
    Maybe they will know how to make version 8.1.7 work with newer
    distributions of various OS's.
    After all, it is their product, not Sun's product.

  • Migrating Oracle Databases to SQL Server 2000

    Hi friends,
    I wanna to Migrating Oracle Databases to SQL Server 2000.
    But i don have idea abt that.
    could u plz help how to start and procced.
    Neeraj Goel

    Hi Neeraj,
    This forum is dedicated to Migrating from SQLServer and other third party databases to Oracle.
    Not the other way round.
    The Oracle Migration Workbench facilitates migrations to Oracle.
    Regards,
    Dermot.

  • Migrate oracle 10.2.0.5.0 enterprise on windows server 2003 32bit to Linux

    Hello,
    I am trying to find any white paper regarding the benefits of migrating oracle database from windows server 2003 32bit
    to RedHat linux server 64bit.
    The current db version on windows is 10.2.0.5.0
    The new version on linux will be 11.2.0.3.0
    If anyone crossed such a white paper describing the pros & cons for such a migration..
    Thanks alot.
    Edited by: user7320646 on Jan 9, 2013 5:45 AM

    John makes some very good points but I would like to clarify one thing from his post: you are planning three migrations:
    1. From 32bit -> 64bit
    2. From Windows to Linux
    3. From Oracle 10gR2 to 11gR2
    The second of these is the one most liekly to give you grief. You certainly should not attempt to combine it with a database upgrade. Either move the database to RHEL and then upgrade it, or upgrade it on Windows and then move it to the new server.
    Of these, the first is the least controversial. So it's a nice point whether it is worth upgrading from Windows 32bit to Windows 64bit prior to moving to Linux.
    Cheers, APC

  • Migrating Oracle EBS 11.5.10.2 from Solaris to Linux

    Hi,
    I want to migrate Oracle applications 11.5.10.2 from Solaris to Linux using transportable database feature.
    Please suggest how to proceed with this.
    Thanks,
    Anirudh

    Hi Anirudh,
    Please see:
    https://blogs.oracle.com/stevenChan/entry/have_you_used_10gr2_transportable_tablespaces_with
    And see:
    10g+: Transportable Tablespaces Across Different Platforms (Doc ID 243304.1)
    Cross Platform Transportable Tablespaces on 11i with 10gR2 (Doc ID 454574.1)
    Master Note for Transportable Tablespaces (TTS) -- Common Questions and Issues (Doc ID 1166564.1)
    R11i / R12: Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    R11i / R12: Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    Transportable Tablespace (TTS) Restrictions and Limitations: Details, Reference, and Version Where Applicable (Doc ID 1454872.1)
    Best Practices for Using Transportable Tablespaces (TTS) (Doc ID 1457876.1)
    Thanks &
    Best Regards,

Maybe you are looking for