Entries in v$session Without a Username?
570448May 4 2007 — edited May 4 2007I noticed that I have some entries in v$session that don't contain a username.
If I:
SELECT count(*) from v$session where username = NULL;
I get zero, but when I do:
SELECT sid, username from v$session I can see that not all returned rows have a username?
Any idea what's going on there?
Thanks for your insight.