Recent content by AAZ

  1. A

    Add slash to template

    Version 11.0.5.1790 (64 bit)
  2. A

    Add slash to template

    For me it puts slash at the same line with the statement Template SELECT * FROM dual / / Result SELECT * FROM dual/
  3. A

    Add slash to template

    How can I add slash to template? I've try following SELECT * FROM dual \/ SELECT * FROM dual / SELECT * FROM dual // and nothing works :mad:
  4. A

    Plugins for 64 bit please

    Is it possible to have functionality of LBC Recall Named SQL plugin in 64-bit version? Especially search in SQL history
  5. A

    Opening/Closing window in maximized mode too slow

    PL/SQL Developer 9.0.3 When I open or close windows (SQL, Command, etc) in maximized mode on high-resolution screen (1400x1050 and above) menu bar is blinking and operation goes slowly. For not maximized window (but window size is about all screen) all is ok. For low screen resolution (1366x768...
  6. A

    My "Sessions" additional queries

    In Oracle 10g you can use dbms_xplain package like this: SELECT t.plan_table_output || CHR(10) plan_table_output FROM table(dbms_xplan.display_cursor(:sql_id, :sql_child_number)) t /* concatenate */ But you need to copy output to the text editor or Sql Window, for example.
  7. A

    Hot keys for Templates from the TemplateList

    I use Macro for templates that I frequently use
  8. A

    Copy and paste bind variables in test window

    Thanks for reply
  9. A

    Copy and paste bind variables in test window

    I couldn't copy and paste bid variables from one test window to another (pl/sql Developer version 7.0.0.1050). It puts only empty strings after paste :( (.
Back
Top