UBE Runtime Performance

JDE EnterpriseOne UBE Runtime Performance Audit:

Here`s a SQL script which can be used to evaluate the runtimes of your UBEs.

SELECT JCPID as UBE,
JCVERS as [Version],
ltrim(rtrim(simd)) + `: ` + ltrim(rtrim(vrjd)) as UBE_Name,
count(1) as [Count],
Avg(datediff(s,jcstdtim,jcetdtim)) AS Avg_Time,
min(datediff(s,jcstdtim,jcetdtim)) AS Min_Time,
max(datediff(s,jcstdtim,jcetdtim)) AS Max_Time
from svm910.f986114,ol910.f9860, [JDE_PD910].pd910.f983051
where ltrim(rtrim(jcpid)) = ltrim(rtrim(siobnm))
and ltrim(rtrim(jcvers)) = ltrim(rtrim(vrvers))
and ltrim(rtrim(jcpid)) = ltrim(rtrim(vrpid))
and JCETDTIM > `01-01-2018`
and JCETDTIM < `06-30-2018`
group by jcpid, JCVERS, ltrim(rtrim(simd)) + `: ` + ltrim(rtrim(vrjd)) 


Courtesy- e1tips

Comments

Popular posts from this blog

Oracle Cloud Infrastructure(OCI) - Part2

Script to display the SQL text for a specific SQL_ID

How to Change Your EnterpriseOne Environment Color