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...
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...