It's a bug, my query use pipelined function, because the request is complex, it's easier to propagate changes to projects.
select *
from table(PlsqlDeveloperPkg.ActiveSessions)
Please, do so, at least if the request uses v$session
My query for active sessions return columns in order:
N
USERNAME
SES
SERIAL#
SERVICE_NAME
...
But in sessions window i see other order
USERNAME
SID
SERIAL#
OSUSER
...
why?
plsql developer 13.0.6.1911