Hi.
Sometimes we insert/update records via "Edit data" in "SQL window".
Yesterday we were very surprised that multi-line strings in Varchar2 fields are saved without CR symbol this way. My colleague could only find a topic here that explains why plsqldev shows CR symbol in large object editor's hex mode. But I was not able to find an explanation why CR symbol is gone when editing data.
I've also tried Oracle SQL Developer and SQL*Plus in some way. It seems that they are using only LF as a newline symbol too.
The database is running on linux.
Finally I managed to perform update via self-coded app that uses oracle direct connect (ODAC). And I got CRLF in the table.
Can anybody give me a hint on this?
Sometimes we insert/update records via "Edit data" in "SQL window".
Yesterday we were very surprised that multi-line strings in Varchar2 fields are saved without CR symbol this way. My colleague could only find a topic here that explains why plsqldev shows CR symbol in large object editor's hex mode. But I was not able to find an explanation why CR symbol is gone when editing data.
I've also tried Oracle SQL Developer and SQL*Plus in some way. It seems that they are using only LF as a newline symbol too.
The database is running on linux.
Finally I managed to perform update via self-coded app that uses oracle direct connect (ODAC). And I got CRLF in the table.
Can anybody give me a hint on this?