tfferreira
Member²
Hi,
I'm having a problem with beautifier when using '||' version (7.1)
If I use a statement (inside a package) like the one showed below :
the lines are not being breaked.
If we have a select with more than 2499 characters this package will not be compiled in sqlplus, it will give a SP02-0027 error.
Am I missing something in beautifier configurations ?
I'm having a problem with beautifier when using '||' version (7.1)
If I use a statement (inside a package) like the one showed below :
Code:
OPEN <cursor> FOR 'select * ' || ' from table ' || ' ' where ... '
If we have a select with more than 2499 characters this package will not be compiled in sqlplus, it will give a SP02-0027 error.
Am I missing something in beautifier configurations ?