Recent content by Andrey.L

  1. A

    Output buffer size

    Please apply Output buffer size after session was reconnect.
  2. A

    dbms_output at exception time

    Please, can you get output stack (dbms_output.get_lines) when some exception was raise.
  3. A

    Time elapsed

    Thanks
  4. A

    Time elapsed

    Hello, Please can you add Time elapsed in status bar in each type of window instead of simple "Executing...". It can show elapsed time for current statement and elapsed time from start execution. It wold be more helpful, especially in Command Window.
  5. A

    Quoted column names

    Thanks
  6. A

    Quoted column names

    How can I get object name or list of column names if object name or column names use quoted notation? example: create table "MyTable"("ColumnName1" varchar2(30), "ColumnName2" varchar2(30)) When I try to get table name (Drag&Drop) or insert statement or comma separated column list then I...
  7. A

    Hiding exception ORA-24344: success with compilation error

    When I create SP which creates invalid SP then PL\SQL developer (SQL Window, Test Window) doesn't show exception message. Steps to reproduce: create or replace procedure p1 as v_sql varchar2(32767); begin dbms_output.put_line('p1 start'); v_sql := ' create or replace procedure p2 as...
Back
Top