UPGRADING 23GB AR TABLES TO 11i

We are upgrading from 10.7 16.1 SC to apps
11i. We have very large tables but the two
of most concern are
ra_customer_trx_Lines_all 22GB 50 million
rows
ra_cust_trx_line_gl_dist_all 13GB 90 million
rows.
Has anyone else upgraded a large AR
installation and how long did it take?
Thanks.

Depends upon how vanilla your install is. Assuming you've got sufficient hardware in place the install itself takes a few days (you'll want to run some test migrations to work out the kinks and perfect the process). Once the physical work is done its the testing and validation that takes all the time.

Similar Messages

  • Collection of stats prior to 10g upgrade for dictionary tables

    Collection of stats prior to 10g upgrade for dictionary tables is required? I thought if you are upgrading from 9i to 10g the stats in 9i become stale in 10g.
    I read a document that says you need to collect stats prior to upgrade and import them once your upgrade is done. Can someone guide me?

    I don't know where did you get these? There's some optimizer improvement and new feature in 10g. Collecting stats before upgrade and import later is unheard of.
    I suggest you check this article
    Choosing An Optimal Stats Gathering Strategy
    http://structureddata.org/2008/03/26/choosing-an-optimal-stats-gathering-strategy/
    and the white paper mentioned,
    White Paper entitled Upgrading from Oracle Database 9i to 10g: What to expect from the Optimizer.

  • Upgrade the database table

    hi all
    I have a sceen if i will enter the value and press the save button it will add all the value into the database table.
    I am doing this using dialog programming.
    if anybody have face this prob to upgrade the database table than it would help me a lot
    thanks a lot to all
    mrutyun

    Hey Hi
    For that first either you have to declare internal table or you can use database table work area in the abap editor
    after that you need to declare all 5 fields with same name in abap as well as screen painter.
    now in the PAI of the screen you have to handle all your 3 pushbuttons with the help of fcoded assigned to them.
    the case may be like this
    PROCESS AFTER INPUT
    CASE OK-CODE.
    WHEN 'CREATE'.
    ITABNAME-FNAME1 = SCREEN FIELD NAME1
    ITABNAME-FNAME2 = SCREEN FIELD NAME2
    ITABNAME-FNAME3 = SCREEN FIELD NAME3
    ITABNAME-FNAME4 = SCREEN FIELD NAME4
    ITABNAME-FNAME5 = SCREEN FIELD NAME5
    INSERT <DATABASE TABLE> FROM ITAB.
    WHEN 'DISPLAY'.
    SELECT SINGLE * FROM DBTAB INTO ITAB.
    SCREEN FIELD NAME1 = ITABNAME-FNAME1
    SCREEN FIELD NAME2 = ITABNAME-FNAME2 =
    SCREEN FIELD NAME3 = ITABNAME-FNAME3
    SCREEN FIELD NAME4 = ITABNAME-FNAME4
    SCREEN FIELD NAME5 = ITABNAME-FNAME5.
    WHEN 'CHANGE'.
    ITABNAME-FNAME1 = SCREEN FIELD NAME1
    ITABNAME-FNAME2 = SCREEN FIELD NAME2
    ITABNAME-FNAME3 = SCREEN FIELD NAME3
    ITABNAME-FNAME4 = SCREEN FIELD NAME4
    ITABNAME-FNAME5 = SCREEN FIELD NAME5
    MODIFY <DATABASE TABLE> FROM ITAB.
    ENDCASE.
    THANKS

  • How do you retrieve a dropped table in 11i?

    How do you retrieve a dropped table in 11i?

    Hi,
    You posted your question on the wrong forum. Please re-post it on the following one: http://forums.oracle.com/forums/category.jspa?categoryID=18
    However, you have to use the flashback technology.
    e.i: FLASHBACK TABLE .......TO TIMESTAMP ('date');
    Regards,
    Fred

  • Replacement of so_note_usage_attributes, so_note_usages  table in 11i

    Hi,
    Can anybody tell me, replacement of so_note_usage_attributes, so_note_usages table in 11i
    Regards,
    Bala

    Hi,
    I found the table details in 11i...
    SO_NOTES (replaced by FND_DOCUMENTS)
    SO_NOTE_USAGES (replaced by FND_DOCUMENT_CATEGORIES)
    SO_NOTE_USAGE_ATTRIBUTES(replaced by OE_ATTACHMENT_OBJECT_REFS or OE_NOTES_OBJECT_REFS )
    SO_NOTE_REFERENCES (replaced by FND_ATTACHED_DOCUMENTS)
    SO_NOTE_ADDITION_RULES (replaced by OE_ATTACHMENT_RULES/ OE_ATTACHMENT_RULE_ELEMENTS)
    SO_NOTE_REPLICATION (Not required)

  • Re:Solarisis 10 upgrade from solarisis 9 for 11i instance

    Hi ,
    I need a guide for upgrade an installation of EBS 11i on solaris 9 and take it to solaris 10 .
    Please guide me on this .
    Regards .

    I need a guide for upgrade an installation of EBS 11i on solaris 9 and take it to solaris 10 .
    Please guide me on this .For upgrading the OS, you need to relink the executable files -- Please see the docs referenced in this thread for details Need clarification on Solaris 10 upgrade for E Business suite application
    Thanks,
    Hussein

  • Upgrading from 10.7SC to 11i

    Has anyone considered upgrading on a plant-by-plant basis or a module-by-module basis? We have 15+ plants implemented on the same instances. Our senior executives are looking for ways to mitigate the risks of upgrading in a "big bang" appraoch.

    I do not have an answer for you, but wanted to let you know we are in a similar situation. We are looking at consolidating our database instances (domestic and international) and would like to minimize our risk on the 11i deployment. Feel free to contact me and we could compare projects.

  • Cash Flow tables in 11i

    Hi hussein,
    I am checking an Oracle Report in 11i "CASH FLOW" setup. And I saw the ff. tables that are being accessed:
    gl_cash_flow_trans
    gl_cash_flow_codes
    gl_period_statuses
    Why can not I find these tables in our 11i database?
    Thanks a lot

    Hi,
    Run this query:
    SQL> select owner, object_name, object_type
    from dba_objects
    where object_name = '<OBJECT_NAME>';Refer to eTRM for details about the tables.
    Regards,
    Hussein

  • Upgrade Linux Server for EBS 11i

    Hi All,
    EBS 11i
    RHEL 4.6
    Our EBS 11i is currently running on HP server with RHEL 4.6 OS and a single node only. This server was bought 6 years ago and lately it is showing performance degradation. We want to migrate/upgrade to a higher end latest model of HP and make it a multi-node. But the latest HP model only support a minimum RHEL 5 version.
    My question is, is cloning EBS 11i from RHEL 4.6 to RHEL 5 supported? How do I migrate EBS 11i with this kind of scenario?
    Thanks a lot
    Sis Inday

    Hi,
    My question is, is cloning EBS 11i from RHEL 4.6 to RHEL 5 supported? How do I migrate EBS 11i with this kind of scenario?It is supported -- Use Rapid Clone (go through the docs referenced in this thread).
    Cloning EBS 11.5.10.2 from RHEL 4 (32 bit) to RHEL 5 (32 bit)
    Re: Cloning EBS 11.5.10.2 from RHEL 4 (32 bit) to RHEL 5 (32 bit)
    Thanks,
    Hussein

  • Link between AP and GL main tables in 11i

    Hello,
    Can anyone please provide the link between AP and GL main tables.
    I need a join between the AP_Invoices_All, AP_INVOICE_DISTRIBUTIONS_ALL, GL_JE_LINES, GL_JE_HEADERS.
    Actually, I found a query that is as below. I want to confirm if that is correct. I need to confirm if the right joins are necessary and are placed correctly.
    Thank you
    select *
    from gl_je_headers gjh,
    gl_je_lines gjl,
    ap_invoices_all aia,
    po_vendors pv,
    ap_invoice_distributions_all aida
    where gjh.je_header_id = gjl.je_header_id
    and aida.invoice_id(+) = gjl.reference_2
    and aida.distribution_line_number(+) = gjl.reference_3
    and aida.invoice_id = aia.invoice_id(+)
    and gjh.je_source = 'Payables'
    --and gjh.je_category = 'Purchase Invoices'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello,
    Any help.
    I have also found out that, in 11i, the Reference_2 column in the GL_JE_Lines table has the invoice_ID in it.
    So, does that mean that we can join the GL tables and the AP Invoice tables using this condition. I dont know if that is right. Please help
    select * from
    ap_invoices_all aia, gl_je_lines gjl
    where aia.invoice_id = gjl.reference_2

  • Is it possible to upgrade MRC SOB's in 11i as Secondary Ledgers in R12

    We have a specific business requirement to convert current MRC Sets of Books as Secondary Ledgers when we upgrade to Oracle r12. My questions are as following
    1. Is this feasible to do?
    2. If yes what are the options?
    3. Can we change the setup in 11i to convert a MRC set of books to a Statutory Set of Books with dual postnig so it could upgrade as a Secondary Ledger?
    Any help will be highly appreciated.
    Thanks
    Amit

    Hi Amit,
    i am unable to find any reference from oracle stating that your requirement is NOT FEASIBLE ... However the intended functionality of the Upgrade scripts is to create reporting currency ledgers in R12 for your Reporting set of books in 11i .....
    Secondary ledger is a new concept in Release 12, it is not an extension or replacement to any feature in 11i, hence i highly doubt a standard script can map an Reporting Set of Books in 11i to a Secondary Ledger in R12...
    However do log a service request from oracle to get this confirmed ...
    References:
    R12 MRC Upgrade: Can an Existing Reporting Currency Be Assigned to a New Primary Ledger? [ID 1342618.1]
    Upgrading To R12 Created Multiple Ledgers From A Single Set Of Books In 11i [ID 452112.1]
    Regards,
    Ivruksha

  • Has firmware upgrade on a machine running 11i has any impact

    Hi all,
    We have 11i on running on IBM AIX server. And its current firmware level is SF240_338. Two days back we had power problems and the machine fails to boot. So we got IBM support engineer and replacing the whole motherboard and CPU and also upgrading the firmware level to 240_382_382.
    I am just worried if it has any impact on the oracle applications. Like will it function properly??.
    Is there any link/relations ship between oracle applications and firmware.
    Regards
    Taher

    There should be no effect. If you are upgrading the OS version, you may need to relink binaries as noted in MOS Doc 356878.1 (How to relink an Applications Installation of Release 11i and Release 12)
    HTH
    Srini

  • Migrate/Upgrade [SSIS Configurations] table 2005 to SSISDB Catalog in 2012

    Hi Everyone,
    Our SSIS are still in 2005 and we are using the SSIS Configurations table to store our parameters. Our set-up is based from this
    link .
    Now, we are moving to SSIS 2012 and wanted to maximize the SSISDB Catalog. 
    I just want to know how can we migrate this existing SSIS Configurations  table to the new SSISDB Catalog to minimize the impact.
    Also, if you guys could provide a detailed steps that would be awesome.
    Many thanks.

    Hi Vinxster,
    According to your description, you want to upgrade SSIS 2005 packages to SSIS 2012, right?
    After we upgraded SSIS 2005 packages to SSIS 2012, configurations are not upgraded. For example, a configuration file may reference an old driver that is no longer used in 2012, so we would have to manually upgrade these packages. For detail information,
    please refer to the step by step in the link that sathiya.s has provided as below:
    http://www.bidn.com/blogs/DustinRyan/bidn-blog/2610/upgrade-2005-2008-ssis-packages-to-2012-like-a-boss
    http://www.sqlservercentral.com/blogs/dknight/2012/05/16/upgrading-packages-to-ssis-2012/
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Step 5 of the BPC 7.0 Upgrade Guide - MeasureFormula table

    Howdy.  In the 7.0 BPC Upgrade guide, step 5 says:
    5. The MeasureFormula table is created (rather than the tblFormula and tblYTDFormula tables)
    when you process dimensions. Because the custom measure is not copied to the MeasureFormula
    table, you will need to create a custom measure for the MeasureFormula table.
    Could someone please provide more explicit instructions on exactly how to do this?  Neither myself or my BPC administrator have any idea what this is talking about.

    Hi,
       This point is related to the manaement of measures formulas. In BPC 5.0 the measures was managed using two sql tables tblFormula and tblYTDFormula. Starting with BPC 7.0 there is only one single sql table for the measures definition.
       In case you are using the standard measures, there is nothing to do during the appset migration(it is only a structural change). In case you have added manually some custom measures into tblFormula or tblYTDFormula, you have to manually move those definitions into MeasuresFormula.
    Regards,
    Mihaela

  • Invalid objects after upgrade to 11gR2 database in 11i

    Hi All
    we have prod instance of 11i with 10gR2 database.
    Currnetly we have upgraded database to 11gR2.
    After upgrade to 11gR2 we have foung lot of "FPA" Invalids.
    Please share your views. how to validate this invalids
    Regards
    Shaik

    Please see these docs/threads.
    Error PLS-00801: Internal Error [1401] When Compiling Invalid Apps Objects [Doc ID: 784179.1]
    Difference between UTLRP.SQL - UTLIRP.SQL - UTLIP.SQL? [Doc ID: 272322.1]
    Many  db  objects error after Upgrate EBS 12.1.1 to EBS 12.1.2(7303033)
    Thanks,
    Hussein

Maybe you are looking for

  • Passing the file name and file type for mime_download

    HI All, Can You Please let me know how to pass the parameters file name and file type for mime_download. Thanks in Advance. Regards, Haritha.

  • Goods receipts

    hello all In MIGO transaction, I can make goods receipt agianst PO ,reservation....etc. I want to change the text of that reference document , i mean according to user requirement and system is not allow to chenge the des. in spro - setting for enjoy

  • Reverse Goods Movement

    HI All, I am getting the following error message while reverse the outbound delivery (return process) "Handling units were changed. Cancellation no longer possible" "Message no. HUDIALOG304" Help me please ? Thanks & regards, Saiful arif

  • Is adobe photoshop lightroom 2.0 compatible with snow leopard (10.6) ?

    adobe photoshop lightroom 2.0 compatible with snow leopard (10.6) ?

  • Cant change delivery date on Sales Order posted in prior period

    Hello All, Scenario: A sales order which was processed in prior period but since then delivery date had changed due to request from our customer. When we try to go back and change the delivery date, we find it greyed out. To get around this, we have