SQL Performance (MOSC)

MOSC Banner

Query to improve is losing cpu's time

edited Sep 11, 2019 9:16AM in SQL Performance (MOSC) 5 commentsAnswered ✓

hello gurus,

    I have this next query which is losing cpu's time.

i am trying to improve it with tkprof. i see in the report of tkprof that i have for 1 execute 2931.97/83= 35s to this next  sql_id : fjd0cvzfc16u6.

>>> for me when i have for 1 execute more 1 seconde i try to imprve it then i have 35s.

>>> in the tkprof report i have next :

call     count       cpu    elapsed       disk      query    current        rows

------- ------ -------- ---------- ---------- ---------- ---------- ----------

Parse        0      0.00       0.00          0          0          0           0

Execute     83   2931.97    2974.27      18106    7422457   14987571     3007950

Fetch        0      0.00       0.00          0          0          0           0

------- ------  -------- ---------- ---------- ---------- ----------  ----------

total       83   2931.97    2974.27      18106    7422457   14987571     3007950

>>> and i notice that i have the explain plan is formated like next :::

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