Recent content by Oguen ARPACI

  1. O

    Beautifier could not parse text

    Hello, when I change following code snippet, then it works: ------------------------------------- old code: ---------------- info(in_msg => 'in_fix_id1: ' || in_fix_id1 -- || ' - in_fix_id2: ' || in_fix_id2 -- || ' -...
  2. O

    Beautifier could not parse text

    Hello, the beautifier cannot parse the package body below. There were no problems in version 13. Regards. Oguen create or replace package body test_beautifier IS C_PACKAGE VARCHAR2(50) := 'test'; /************************************************* call info procedure...
  3. O

    Autoreplace with substitution variables

    Hello, I have a tpl file with substitution variables (prefixed with an ampersand. Before replacing the text, it propmts for these variables values and replace also the variables in tpl file by values. In version 9 from plsql-developer are prompted values for the variables by query execute, but...
Back
Top