Hi all, I have a "log" field in an Oracle table that I need to update with a status followed by a line feed and carriage return. Can someone advise me how to insert line feeds and carriage returns into a field in Oracle? Thanks in advance! Mike Cronin [ March 31, 2004: Message edited by: Mike Cronin ]
Mike, Are you using JDBC or the oracle command line? Either way, you need to use the escape sequences for new line or carriage return in your string when inserting the data.