How do I insert data that might be binary into a Varchar2 with OTL? (OCI/OCCI would be OK of course)
Background: We have a lot of Varchar2 columns which are generally not binary, but it might happen somewhere someday (I am especially concerned about \0 and UTF-8)
Tuesday: I posted this related question: How can I store bytes in Oracle Varchar2, and have ASCII treated as text