In reviewing performance of the system, a DBA may note queries with a larger than expected CPU cost. For example:
select *
from (
select AH.*, coalesce(EH.EH_Status, AH.AH_Status) as EH_Status
from AH left join EH on EH.EH_AH_Idnr = AH.AH_Idnr where AH_Client = :A0001
and AH_OH_Idnr = :A0002
order by AH_TimeStamp1 desc) where rownum < :A0003
Release : 12.3
Component : AUTOMATION ENGINE