Hi All,
I have searched the meaning of IS_SQLID_CURRENT coulmn in the ASH views for several days. However, I could not find any explanation except the below.
IS_SQLID_CURRENTVARCHAR2(1) Indicates whether the SQL identifier in the SQL_ID column is being executed (Y) or not (N)
Does is mean the corresponding SQL_ID still in v$sql?
Thanks in advance