Database Tuning (MOSC)

MOSC Banner

Queries spinning CPU

edited Sep 26, 2019 5:00AM in Database Tuning (MOSC) 3 commentsAnswered

Hi Team,

We could see the below queries spinning CPU in statspack report. kindly let me know the reason for this.

    CPU                  CPU per             Elapsd                     Old

  Time (s)   Executions  Exec (s)  %Total   Time (s)    Buffer Gets  Hash Value

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

    743.79      931,609       0.00   30.3     796.63      45,087,847  559922008

Module: JDBC Thin Client

SELECT NULL  AS table_cat, t.owner  AS table_schem, t.table_name

AS table_name, t.column_name AS column_name, decode (t.data_typ

e, 'CHAR', 1, 'VARCHAR2', 12, 'NUMBER', 3, 'LONG', -1, 'DATE', 9

3, 'RAW', 3, 'LONG RAW', 4,  'BLOB', 2004, 'CLOB', 2005, 'BFILE'

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