Inserting a CLOB

I need to insert a CLOB in a table.

Base on the Forum information

  1.    
  2. SEVERE 5/12/13 18:44:liquibase: cvc-complex-type.3.2.2 : L'attribut 'valueClob' n'est pas autorisÚ dans l'ÚlÚment 'column'.


Any idea ?


\T,


I think the problem is that the column type is CLOB (Character Large Object) but you are trying to store an image. If you want to store an image, use BLOB (Binary Large Object).

It looks like the XSD is complaining about the valueClob attribute. Make sure the XML header has the most liquibase XSD version listed


Nathan