Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

csitneru.sql running very slow during 12.1.1 upgrade driver

edited Sep 19, 2013 6:27PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered
Hi

I am using Sept 2013 zip file off MOS Note:

1448102.1

 

The upgrade driver was running fine until script csitneru.sql and this script is running for ever. Below is the sql causing performance problem.

SELECT /*+ INDEX(mmt MTL_MATERIAL_TRANSACTIONS_U1)*/ MMT.TRANSACTION_ID, MMT.TRANSACTION_SOURCE_TYPE_ID, MMT.TRANSACTION_TYPE_ID, MMT.TRANSACTION_ACTION_ID, MMT.TRANSACTION_QUANTITY, CTE.TRANSACTION_ERROR_ID, MMT.SHIP_TO_LOCATION_ID FROM MTL_MATERIAL_TRANSACTIONS MMT, CSI_TXN_ERRORS CTE WHERE CTE.INV_MATERIAL_TRANSACTION_ID IS NOT NULL AND MMT.TRANSACTION_ID = CTE.INV_MATERIAL_TRANSACTION_ID AND CTE.PROCESSED_FLAG IN ('E','R')

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center