Entries from PHP and Oracle: Christopher Jones tagged with 'clob'

Inserting and Updating Oracle XMLType columns in PHP

Today a reader mailed me about manipulating XMLType columns when the data is longer than the 4K limit that character-type handling imposes. My free book (see sidebar) has examples of how to do this using CLOB handling in PHP. I...