Recent content by Venky

  1. V

    Query Parameter in Session window

    Theod, I should have been more specific with my question in previous post. In your initial reply you suggested to use sql window. How can we achieve Details tab feature in sql window? Cheers..
  2. V

    Query Parameter in Session window

    Thanks Theod for your reply. Appreciate that session window is for collecting session-info, but I believe the feature (linked queries with bind variable across multiple tabs approach) can be extended/used for queries that are not related to sessions too. I am not sure how bind variables can...
  3. V

    Query Parameter in Session window

    Hello, Wondering if you can use "&" as to provide dynamic query parameters in Session window so to make it work as linked query feature in PLSQL Developer. For example I can below query in SQL Window but could not make it work in Session window: SELECT * FROM emp WHERE emp_no = '&emp_no' What...
Back
Top