Hi Friends,
I am facing a problem in understanding exactly what is the topmost activity taking the CPU during an application load test.
When i check the ASH i see only blank against the sql_id column when i search for -> event is null and session_state='CPU'. As you can see from the below graph , sql_id is null is taking more than 90% of the samples.

When i check the raw ASH data it looks like below.

Can you suggest how to find exactly which sql or activity is causing this high CPU utilisation? It is not "log file sync" because event column is null.
Is it some bug or something?
Another note:
1. PLSQL_ENTRY_OBJECT_ID,PLSQL_ENTRY_SUBPROGRAM_ID,PLSQL_OBJECT_ID and PLSQL_SUBPROGRAM_ID columns are blank for these rows too.
2. DB version is 11.2.0.4
Regds,
Sachin