Hello!!! There is some bug with OracleScript. It parses very wrongly. For example:
declare
s string(4000);
begin
s:='
declare
s string(4000);
begin
s:=''
QQ
'';
end;
/
';
end;
/
well, the OracleScript break it on two part, but is NOT GOOD!!! How takes it in ???