My Oracle Support Banner

Performance Issue as a Result of an SQL Query Running Multiple Times (Doc ID 823785.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Transportation Management - Version 5.5.03.05 to 5.5.03.07 [Release 5.5]
Information in this document applies to any platform.

Symptoms

-- Problem Statement:
A backup is noticed in AgentPlanning and Bulk Plan threads.  Active bulk plans were no longer running and the system had come to a halt.

It was noticed that the following query was hanging and running often:

select rg.rate_zone_profile_gid from rate_geo rg, rate_zone_profile_d rzpd where rg.rate_zone_profile_gid is not null and rzpd.rate_zone_profile_gid = rg.rate_zone_profile_gid and rownum <= 1 /* DEFAULT */

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.