My Oracle Support Banner

Performance Issues With The Order Import Standard Program. (Doc ID 2147727.1)

Last updated on JANUARY 03, 2023

Applies to:

Oracle Order Management - Version 12.2.4 and later
Information in this document applies to any platform.

Symptoms

On : 12.2.4 version, Transaction Entry

ACTUAL BEHAVIOR
---------------
Performance issues with the Order Import Standard Program.

We see a severe performance issues with the Order Import Standard Program. For a 50 lines order it is taking more than one hour. On doing more analysis we found out that there is a full table scan happening on the query below:
SELECT 1
FROM OE_ORDER_LINES
WHERE TO_CHAR(HEADER_ID) = :B2 AND TO_CHAR(SHIP_SET_ID) = :B1 AND ROWNUM=1.
 and this coming from the standard package 'OEOIMP'

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.