Transform DT_TEXT in SSIS 2012 for Oracle CLOB
问题 I am using SSIS 2012. I have a script component with an output column of type DT_TEXT. (It is XML from a web page.) I have an OLE DB Destination using the Native OLD DB\Oracle Provider for OLE DB, and the table for that field is defined as a CLOB. This question seems similar: SSIS Script Component won't allow text Stream Output. And this seems to give an answer: http://www.rad.pasfu.com/index.php?/archives/35-How-to-Fill-NTEXT-Column-from-Script-Component-SSIS.html Within the Script Component