Hi, after editing the content of a XMLType column and clicking commit, the commit fails with: SQL Error: java.sql.SQLException: ORA-01461: can bind a LONG value only for insert into a LONG column I'm using latest 11g DB driver on a 10gr2 DB. In the SQL Monitor, it looks like this: update table set xml_column = XMLType( a/ ) where ... I think it should look like update table set xml_column = XMLType(' a/ ') where ... Thanks for looking into this Mio
↧