Storing formatted text in Oracle 11GR2
One of our developers would like to be able to store and retrieve formatted text in a column in a table in
Oracle 11GR2. The text can contain bold characters, underlines, italics, punctuation, symbols (such as bullets),
CRLF's or pilcrows.
The text must be able to be searched and/or updated using Sqlplus or PL/SQL.
Can anyone suggest a way to do this?
Thank you very much.