I am using Oracle 11.2.0.3.
I have a sql_id in dba_hist_active_sess_history . Its sql_opcode =9 and sql_opname ='CREATE INDEX'. I wanted to find sql_text for it in dba_hist_sqlstat, dba_hist_sqlstat or v$sqltext. Am I missing something or it is normal behavior?
Thanks