EBS OATM Migration

Has anyone migrated a 300gb or larger database to OATM? Are there any known performance issues after the database has been migrated to OATM?

When running the tablespace creation scripts within the migration utility the crtts.sql is generated containing the sql statements below. It looks odd, since it is only creating 1 tablespace and altering the others. Shouldn't it create 12 tablespaces?
connect SYSTEM/&1@&2
exec DBMS_APPLICATION_INFO.SET_MODULE('TS_CREATE_TABLESPACE', NULL);
CREATE TABLESPACE APPS_TS_TOOLS
DATAFILE '/u01/APPS_TS_TOOLS01.dbf'
SIZE 100 M
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1024 K
SEGMENT SPACE MANAGEMENT AUTO;
ALTER TABLESPACE APPS_TS_TX_DATA ADD DATAFILE '/u01/APPS_TS_TX_DATA04.dbf' SIZE 100
M ;
ALTER TABLESPACE APPS_TS_TX_IDX ADD DATAFILE '/u01/APPS_TS_TX_IDX05.dbf' SIZE 100 M
ALTER TABLESPACE APPS_TS_SEED ADD DATAFILE '/u01/APPS_TS_SEED03.dbf' SIZE 100 M ;
ALTER TABLESPACE APPS_TS_INTERFACE ADD DATAFILE '/u01/APPS_TS_INTERFACE02.dbf' SIZE
100 M ;
ALTER TABLESPACE APPS_TS_SUMMARY ADD DATAFILE '/u01/APPS_TS_SUMMARY02.dbf' SIZE 100
M ;
ALTER TABLESPACE APPS_TS_NOLOGGING ADD DATAFILE '/u01/APPS_TS_NOLOGGING02.dbf' SIZE
100 M ;
ALTER TABLESPACE APPS_TS_ARCHIVE ADD DATAFILE '/u01/APPS_TS_ARCHIVE02.dbf' SIZE 100
M ;
ALTER TABLESPACE APPS_TS_QUEUES ADD DATAFILE '/u01/APPS_TS_QUEUES02.dbf' SIZE 100 M
ALTER TABLESPACE APPS_TS_MEDIA ADD DATAFILE '/u01/APPS_TS_MEDIA02.dbf' SIZE 100 M ;
exit;

Similar Messages

  • Oracle EBS 11.5.10.2 - OATM Migration

    Hi,
    One of our client has Oracle EBS 11i(11.5.10 & 9.2.0.5.0) [upgraded from 11.0.3].
    We are upgrading to 11.5.10.2 & 11gR2
    They didn't migrate to OATM when they upgraded from 11.0.3 to 11.5.10. There are 3 Non OATM tablespaces.
    I did the OATM migration (Test Upgrade) after upgrade to 11.5.10.2 & 11gR2 as documented in Note: 404954.1. The Migration Progress Report showed the following:
    Migration Progress Report
    Report Date : August 17, 2011
    Total No. Commands Commands % completion
    of commands in error in success of migration
    27,750 0 27,750 100%
    Does it mean the migration is successfull?
    After migration to OATM, the non-OATM tablespaces does not have any segments except SPACE HEADER(segment type) as documented in Note: 271866.1
    Can I consider the Migration to OATM is done?
    Rgds,
    Thiru

    Does it mean the migration is successfull?
    After migration to OATM, the non-OATM tablespaces does not have any segments except SPACE HEADER(segment type) as documented in Note: 271866.1
    Can I consider the Migration to OATM is done?Yes for both questions.
    Thanks,
    Hussein

  • No progress seen in OATM migration

    Hi Gurus,
    I am performing OATM migration on my 11.5.10.2 applications with 10.2.0.4 database.
    I see the status is 99.96% completed -
    Generating Migration progress report for all schemas. Please wait...
    Migration Progress Report
    Report Date : April 13, 2011 PA
    GE: 1
    Total No. Commands Commands % completion
    of commands in error in success of migration
    118,161 28 118,112 99.96%
    SQL> select count (*) from fnd_ts_mig_cmds where MIGRATION_STATUS='GENERATED';
    COUNT(*)
    5067
    I see there are still 5067 commands with GENERATED status and which are yet to be executed. I have been waiting for almost a day and this 5067 count never reduces further.
    I even tried to restart the queue TBLMIG_MESSAGEQUE and bounced DB, then restarted OATM utility.. no luck though.
    Can some one help me on this please ?
    Thanks,
    Khan

    Hi Helios,
    The issue was fixed.
    All the left over commands in GENERATED status were to Enable constraint, policy, trigger, queues, etc.
    I executed the post migration script to to Enable constraint, policy, trigger, queues, etc which brought the count down.
    Thanks for the response Helios.
    Regards,
    Khan.

  • OATM Migration Error Report

    Hi,
    I am trying to migrate to OATM on my 11.5.9.2 apps before upgrading to R12.
    OATM migration progress report is showing
    Total No. Commands Commands % completion
    of commands in error in success of migration
    80,180 5 80,037 99.82%
    When i checked for the errors, it is showing below error report.
    Migration Error
    AMR AMR_GMD_SAMPLES_N2 INDEX X
    ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'
    AMR AMR_GMF_LOT_COST_DETAILS_N1 INDEX X
    ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'
    APPLSYS WF_LOCAL_USER_ROLES TABLE HZ_PARTY
    ORA-12801: error signaled in parallel query server P001
    ORA-01578: ORACLE data block corrupted (file # 445, block # 195035)
    ORA-01110: data file 445: '/u01/orauat/uatdata/uat/applsysd14.dbf'
    ORA-26040: Data block was loaded using the NOLOGGING option
    Please help.
    Thanks,

    > Migration Error                                                               
    > ------------------------------------------------------------------------------------------------------------------------------------
    > AMR     AMR_GMD_SAMPLES_N2             INDEX      X                           
    > ORA-01950: no privileges on tablespace 'APPS_TS_TX_IDX'                       
    Please run this command and see if it helps.
    SQL> alter user AMR quota unlimited on APPS_TS_TX_IDX;
    ORA-01950 Error While Executing Initial Build of Opportunities and Leads Bins [ID 309664.1]
    ORA-01950 AND ORA-06512 TRYING TO OPEN PERIOD [ID 1058205.6
    > APPLSYS WF_LOCAL_USER_ROLES            TABLE      HZ_PARTY                    
    > ORA-12801: error signaled in parallel query server P001                       
    > ORA-01578: ORACLE data block corrupted (file # 445, block # 195035)           
    > ORA-01110: data file 445: '/u01/orauat/uatdata/uat/applsysd14.dbf'            
    > ORA-26040: Data block was loaded using the NOLOGGING option
    Workflow Tables: ORA-01578: ORACLE data block corrupted ORA-26040: Data block was loaded using the NOLOGGING option [ID 416476.1]
    How Block Corruption of Workflow Tables Can Cause Self Service Login Not to Work [ID 435523.1]
    During a Backup, WF_LOCAL_ROLES Is Showing Corrupt Block [ID 369535.1]
    Partitions in Workflow Local Tables are Automatically Switched to NOLOGGING [ID 433280.1]
    Thanks,
    Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • EBS database migrate to exadata server.

    Hi Experts,
    My EBS database is 11.2.0.3. I'm going to migrate EBS database to exadata server. Please advise what patches need to be applied on exadata server for EBS database migration?
    Thanks & Regards,

    Hello Angela,
    I think what you're looking for is in My Oracle Support document ID 1392527.1 "Oracle E-Business Suite Release 11i & R12 Patches Required with Oracle Database 11g Release 2 (11.2.0) on Exadata".  It has a detailed list of patch requirements for different combinations of EBS and database versions.
    Cheers,
    Marc

  • Regarding OATM Migration .

    Hi ,
    We are migrating our production database to OATM .
    How do we make sure that all
    transactions to be recoverable on it. All objects have appropriate values for the logging attribute before and after the OATM migration
    process to ensure that all transactions are logged and can be recovered through media recovery .
    Regards.

    Can you please let us know the process we need to follow for the OATM migration with standby in place You will either need to do a failover/switchover and convert the database to OATM, or rebuild your standby application/database from the source application/database once you covert it to OATM.
    Thanks,
    Hussein

  • OATM Migration utility fails LONG column

    Execute Migration Commands
    Migration processes for tables with LONG and LONG RAW columns don't start in the background.
    No log is generated.
    In FNDTSMIG.log I found "sh: syntax error at line 1: `(' unexpected "
    Any ideas ?

    Hi,
    See if this doc is helpful
    Running OATM Migration Utility Fails With "sh: syntax error at line 1: `(' unexpected " [ID 552302.1]
    Regards
    Yoonas

  • OATM migration error

    Dear ,
    i run OATM migration process and i faced error :
    INV MTL_MATERIAL_TRANSACTIONS TABLE X
    ORA-12801: error signaled in parallel query server P003
    ORA-01555: snapshot too old: rollback segment number 9 with name "_SYSSMU9$" too small
    how can i solve it ?
    Regards ,,,

    Hi;
    Please add or increase your undo and retest issue
    Regard
    Helios

  • EBS Instance migration to Exadata Servers

    Hi Experts,
    Kindly note that we are in process of doing the ebs instance migration from OEL 6.4 64-bit OS to Exadata Server. And the proposed target os on the exadata server is OEL6.4.
    a. need to convert the non asm ebs db to asm on the target.
    b. migrate the instance to Exadata.
    Please suggest me the approach and notes.
    Regards
    Mohammed.Abdul Muqeet

    Migrating an Oracle E-Business Suite Database to Oracle Exadata Database Machine (Doc ID 1133355.1)
    As you are having Source database on linux (64-bit) and wanted to have your target database on Exadata (also linux 64-bit) then either you can use RMAN,rconfig or dbca to migrate the database.
    A. Using RMAN you can duplicate the database from non-ASm to ASM on Exadata
    B. Using dbca, you can create the database template and then can create the database on exadata ASM
    C. Similarly rconfig can also be used.
    RMAN is widely used to migrate the database to Exadata when source database is also on Linux 64-bit.
    Regards
    Mohammed.A.Muqeet

  • EBS R12 migration hp ux to linux

    Hi,
    Can anyone suggest me any documents for EBS R12.0.6 DB 10.2.0.3 migration from HP ux to Linux
    Thanks in advance
    Phani

    Hi;
    Please see:
    DB migration from AIX to Linux
    Also see:
    Application Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    General Notes For E-Business Suite Release 12 [ID 986673.1]
    Oracle E-Business Suite Upgrade Center - Plan [ID 461709.1]
    Regard
    Helios

  • EBS instance migration across servers

    Hi,
    Background: Oracle database in TB's
    Application: Oracle EBS 11i - release 11.5.10
    Need your advice to migrate EBS instances over network in easier way ,cheaper cost and minimum downtime.Preferably avoiding third party backup solution
    Thanks & Regards,
    Apps DBA
    Edited by: user10702579 on Nov 11, 2011 1:59 AM

    Hi;
    Please see:
    Database Documentation Resources for EBS Release 11i and R12 [ID 1072409.1]
    Also see:
    How to Perform a Full Database Export Import during Upgrade, Migrate, Copy, or Move of a Database [ID 286775.1]
    Different Upgrade Methods For Upgrading Your Database [419550.1]
    10G - 11G with New Hardware
    Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]
    Debugging Platform Migration Issues in Oracle Applications 11i [ID 567703.1]
    9i Export/Import Process for Oracle Applications Release 11i [ID 230627.1]
    10g Release 2 Export/Import Process for Oracle Applications Release 11i [ID 362205.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    Regard
    Helios

  • EBS R12 Migration from Linux 32 bit OS to 64 bit

    Hi all,
    Curently we running EBS R12 in linux 32 bit server. We are planning to migrate the same to a Linux 64bit OS. Both Apps and DB are running in one Server.
    Current version : in Server XXXX
    EBS - 12.1.3
    DB - 10.2.05
    OS - RHEL AS 4.5 32 bit
    New Version will be : in Server YYYY
    EBS - 12.1.3
    DB - 10.2.0.5
    OS - RHEL 5.5 64 bit
    Please guide me with a good and easy steps.
    Thanks,
    Asim

    Hi;
    1- Installl Redhat Enterprose Linux 5 64 bit ( need to confirm the 5.x version ) as the current DB 10.2.0.5 will not certified for RHEL6Correct only 11.2.0.3 db version is certified with RHEL6.
    In oracle certification I can see the certified 64 bit RHEL OS for 10.2.0.5 is RHEL5 ("Oracle Database 10.2.0.5.0 is certified on Linux x86-64 Red Hat Enterprise Linux 5"). Please let me know the last supported version in RHEL5 which I can go for. I could not find anything about it. I am thinking, I can go for RHEL 5.5 and in the same OS can I upgrade DB 10.2.0.5 to version 11.2.0.3 after the migration.?The latest version is 5.8 and you can download it from e-delivery.
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • EBS R12 and OATM

    Hello,
    Is migration to OATM a mandatory prerequisite / co-requisite for upgrading Oracle E-Business Suite Apps from 11i to R12 - or can the upgrade be undertaken without migrating to OATM and then taking up OATM migration as a separate activity ?
    Thanks,
    Rakesh

    Rakesh,
    I would strongly recommend migrating to OATM before starting the upgrade process. I did manage to upgrade a non-OATM instance but I encountered many errors during the upgrade. The next time I tired the upgrade with an OATM instance, the upgrade went smooth with no errors.
    Note: 418225.1 - OATM FAQ – (Is OATM Mandatory for R12).
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=418225.1

  • OATM (Oralce Appliation Tablespace Migration) Utility is taking forever.

    Hi All,
    I am not sure how to finish OATM migration utility in timely manner. I can't afford days of downtime to do OATM migration. Is there any advise on doing this migration? I am running this utility right now and it is doing 2% a day. I am still waiting @ 4% done satge. Not sure how long will it take to finish?
    Thanks,
    -Hansal
    Edited by: user10751491 on Jun 26, 2012 9:10 AM

    Please post the details of the application release, database version and OS along with the hardware resources you have on the database server.
    What is the procedure you follow to migrate to OATM?
    Are you trying this in a test instance?
    Have you reviewed all OATM docs? -- https://forums.oracle.com/forums/search.jspa?threadID=&q=OATM&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    My OATM Migration Appears to Have Hung. How Can I Monitor It's Progress? [ID 1073783.1]
    Oatm Conversion Is Hanging While Generating Migration Command [ID 445020.1]
    Oatm Migration Is Running Very Long On Fnd_lobs_ctx Index For More Than 35hrs, How to speed Up This OATM Migration Step? [ID 1362261.1]
    Thanks,
    Hussein

  • CTXSYS Schema migration during OATM

    We are converting to OATM as part of our upgrade from 11.5.9CU2 to R12.1.1.
    When I run the OATM migration utility I see only two options when I choose migration commands option(4)
    PLEASE TAKE A COMPLETE BACKUP OF THE DATABASE BEFORE MIGRATION
    1. Migrate all Schemas
    2. Migrate a list of Schemas
    [Q]uit ack [N]ext
    I Don't see the option Migrate CTXSYS Schema. We are on 10.2.0.4 db version. Is this option not available for 11.5.9? Please confirm?

    Hi;
    Please check below notes and see its helpful:
    How to Migrate The CTXSYS Schema With Oatm ? [ID 550896.1]
    FAQ - OATM - Oracle Applications Tablespace Migration [ID 418225.1]
    How to run OATM migration utility [ID 404954.1]
    Hope it helps
    Regard
    Helios

Maybe you are looking for

  • Pass data parameter from URL to Forms

    Hi Is it possible to pass a data parameter from asp to Forms?. In my asp I have a url to call a form (eg. http://servername:port/forms90/f90servlet/form=testform.fmx). In my testform.fmx I accept 'account no' as a parameter for querying the records.

  • Ichat buddies are grey when they are online

    I have set up my daughter with a minimac. they have a netgear WPN824 wireless router connected to a comcast modem. We have set up and tested Skype video chats and they work fine. But iChat (version 5) shows all buddies offline and grey even when we k

  • [CS3, AS] Setting assorted preferences

    I am writing a script that will set my preferences to my preferred settings. I have been able to define most of the preferences but there are a few I cannot figure out. How do I: -specify snippets are to be placed in original location -specify which

  • Is it normal that the DataSource field is blank when opening a master data

    Is it normal that the DataSource field is blank when opening a master data which is also an InfoSouce in InfoSource page. Just locate an InfoSource which is also a master data or data target where next to which is a green triangle picture icon in Inf

  • Why does OS X Mavericks keep trying to run "cc"?

    I upgraded - every so often it now does something where it thinks it needs to run cc and prompts me to install XCode and command line tools.  I did not have XCode installed before upgrading, so I'm not sure what it's trying to compile and why (I do u