gmig3mib.sql is stuck while applying 12.1.1 upgrade patch 6678700

Upload: mohammed-abdul-muqeet

Post on 16-Oct-2015

22 views

Category:

Documents


0 download

TRANSCRIPT

  • 4/26/2014 Document 1550457.1

    https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=11yds0o2t0_140&id=1550457.1 1/1

    GMIG3MIB.sql Is Stuck While Applying 12.1.1 Upgrade Patch 6678700 (DocID 1550457.1)

    Modified: 20-Jan-2014 Type: PROBLEM

    In this Document

    Symptoms

    Cause

    Solution

    References

    APPLIES TO:

    Oracle Process Manufacturing Systems - Version 11.5.10.2 to 12.1.1 [Release 11.5 to 12.1]Information in this document applies to any platform.

    SYMPTOMS

    The GMIG3MIB.sql Is Stuck i.e. hanging while Applying 12.1.1 Upgrade Patch:6678700

    Can it be skipped?

    CAUSE

    .

    SOLUTION

    GMIG3MIB.sql is the script which invokes the procedure to migrate the the inventory balances table IC_LOCT_INVfrom OPM (Oracle Process Manufacturing) Release 11i to Oracle Inventory.

    It does this by creating miscellaneous receipts in Oracle Inventory.

    If OPM is not used, the script is not relevant and can be skipped

    If the table IC_LOCT_INV doesn't exist or the query below returns no rows, the script can be ignored. select whse_code,migrated_ind,count(*) from ic_loct_inv where loct_onhand 0 or loct_onhand2 0 group by whse_code,migrated_ind;