Consider tweek to dashtop #32
jepingel293874
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Good idea, this would make life a little easier. This inline view will probably be merged with the parent query, so wouldn't likely cause any performance/complexity issues. Would you be able to make this change and test in your environment and then issue a pull request? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes please - and once you're done & tested it, send a PR. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For reasons less than obvious to me, the inst_id column in GV$ACTIVE_SESSION_HISTORY was changed to instance_number in DBA_HIST_ACTIVE_SESS_HISTORY. I understand you had no input in this odd choice, but in pursuit of quickly switching from ashtop to dashtop where inst_id is used as a projection or filter, would it be possible for you to change dashtop code?
To
FROM (select instance_number inst_id, x.* from dba_hist_active_sess_history x) a) a
Beta Was this translation helpful? Give feedback.
All reactions