Hi
I am using PL/SQL developer 8.0.4
I have this strange problem: a pl sql procedure has a clob OUT parameter.
Data are written in this parameter in a text delimited format.
The plsql code adds only a LF (chr(10)).
When I look at the output in a test window, though, I see a CR LF couple.
If I run the very same test script via sqlplus I see only LF.
So I guess: is PL/SQL developer adding a CR in some way ?
thanks
Bye
Nicola
I am using PL/SQL developer 8.0.4
I have this strange problem: a pl sql procedure has a clob OUT parameter.
Data are written in this parameter in a text delimited format.
The plsql code adds only a LF (chr(10)).
When I look at the output in a test window, though, I see a CR LF couple.
If I run the very same test script via sqlplus I see only LF.
So I guess: is PL/SQL developer adding a CR in some way ?
thanks
Bye
Nicola