Recent content by twrzodak

  1. T

    Query data on table with lower case object name fails

    Exactly. Could you add support for lowercase objects/object attributes names? It does not work properly almost everywhere in PSD, eg. when drag 'n drop object/attribute names from object browser or describe window, in code assistant (missing "" over object type names, inproper case in code...
  2. T

    WITH clause with procedure/function problem

    Hi PL/SQL dev. 12.0.4.1826 64bit Oracle Client & oci.dll 12.1 64bit When the first declaration in WITH clause is PROCEDURE, I get error: and sql window splits the query to WITH query and pl/sql block. for example: WITH PROCEDURE getObj(p_obj OUT VARCHAR2) IS l_pd_serch INT...
  3. T

    Keyword case and object names

    You're right, that's plugin, thanks. I am surprised, plugin is disabled in v10 (I have a backup of v10), but in some way was enabled after upgrade to v11.
  4. T

    Keyword case and object names

    In v.11 the option Preferences-> Editor -> Keyword Case affects not only keywords, but also objects names (eg. table names) when typing in editor. In v.10 that option did not affect object names, eg. when set to uppercase, editor automatically changed case of keywords to upper, but not of object...
  5. T

    Regular Expression Search

    There is a support for groupping, so how to use backreference (\1 - \9) in replace field?
  6. T

    Problem with FORALL, ORA-24381

    hello, any answer?
  7. T

    Problem with FORALL, ORA-24381

    hello, I have a problem with code that raise ORA-24381, PL/SQL Developer (9.0.4.1644) does not show in SQL WIndows exception raised by Oracle: CREATE TABLE twr_t1(c1 INT NOT NULL UNIQUE); DECLARE TYPE t_int IS TABLE OF INT; lt_int t_int := t_int(); e_dml_errors EXCEPTION; PRAGMA...
Back
Top