LF and CR in Oracle
644653Jul 2 2008 — edited Jul 2 2008Hi,
I am going to migrate DB from SQL server to Oracle 10g. And aware of the CrLf in data field.
In SQL server, I know that char(10)=LF, char(13)=CR. And we create a view for the data so that it will be ready for HTML.(i.e. replace(data, char(10),<br>) )
I just wonder if this work in Oracle? I am afraid the char(10) only work in MS product.
Many thanks for helping.