Selecting and updating text in an Oracle BLOB or CLOB
I've found it a bit of a pain today to find a (relatively) simple way to work with XML in a BLOB/CLOB field in an Oracle 11g database via Oracle SQL Developer, so I want to note it for future reference.To UPDATE a BLOB/CLOB with a string, the string… more »