session is "NO NODE:0x1" in depot_evictions, what's the meaning of it

I run the following SQL.
select session_id,count() from depot_evictions where start_time>sysdate -1 group by session_id having count()>10 order by count(*) desc

The result is like
What's the meaning of "NO NODE:0x1"?

Answers

  • SruthiASruthiA Administrator

    those might be system sessions. if you need further analysis, please create a support case.

This discussion has been closed.