Recent content by mkm

  1. M

    Incorrect column order in the sessions window

    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
  2. M

    Incorrect column order in the sessions window

    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
Back
Top