Recent content by rbrooker

  1. rbrooker

    Question about Beautifier's option "List at left margin"

    please? will even send you a beer ...
  2. rbrooker

    DBMS_SCHEDULER window

    another thought ... can we get the next scheduled execution time added as well please?
  3. rbrooker

    DBMS_SCHEDULER window

    Hi, In the run details and log window, are we able to get horizontal scroll bars so that when there is an error message in the additional info column, we can expand it and scroll across to read it please? Currently I have to collapse whatever is docked so that i can get enough horzontal room...
  4. rbrooker

    LTE for version 14.0.0.1961

    thank you ...
  5. rbrooker

    Scheduler tool enhancement

    Morning Marco, Any chance we can get a jobs next scheduled date added to the scheduler tool please? I was checking a job I had enabled was due to run, had to go looking in DBMS_SCHEDULER_JOBS. Thank you`:)
  6. rbrooker

    LTE for version 14.0.0.1961

    thank you ...
  7. rbrooker

    LTE for version 14.0.0.1961

    Seems the large text editor will not open when looking at data in single record view. Tried "SELECT to_clob('abc') FROM dual;, clicked the "..." next to 'abc', all good. Changed to single record view, clicked the "..." and nothing is happening ...
  8. rbrooker

    F8 keyborad shortcut not working on laptop

    there is usually a Fn-Lock combination. on the lenovo that i use, it's Fn and Esc at the same time. that changes the defauit behaviour of F8 from 'turn wireless off' to the actual F8 button.
  9. rbrooker

    Beautifier and quotes .. v14b8

    Morning Marco, I have emailed those through and also the contents of my .br file in case that helps. cheers `:)
  10. rbrooker

    Beautifier and quotes .. v14b8

    Morning, Seems like the issue with quotes has reappeared in v14b8 ... -- # ----------------------------------------- WHEN 'spotlight-tablespace' THEN SELECT db_name INTO v_db FROM db_database WHERE id_db =...
  11. rbrooker

    Syntax highlighting for q

    this is legend ... thank you `:)
  12. rbrooker

    Keep sessions alive by tranparently executing a "select 1 from dual"?

    can this be turned into an option please?
  13. rbrooker

    Support for Interval Partitioning on SQL view of Table schema

    it will show up when using the dbms_metadata -> DDL menu option
  14. rbrooker

    beautifier issues ...

    thank you `:)
  15. rbrooker

    beautifier issues ...

    Seems case statements within a merge statement cause the beautifier all kinds of grief ... MERGE INTO eit_client_technology_report a USING (SELECT pi_idclient id_client ,pi_idtechnology id_technology ,to_date(pi_idmonth...
Back
Top