Hi!
i am getting the Document to the flow service ,i convert to xmldata using documentToString flow service i need to insert this xml data in tha CLOB Filed of DB table,i have create the insertORDER_TRANSFER_REQUEST Adapter service,given inputfiledtype is java.lang.string Name XMLSErviceOrder to the CLOB ColumnType
i called the this adapter service in the flow service passing xml data to the CLOB filed
i am getting below error while inserting
[ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service COLTOrderSubmission.common.adapter.services:insertServiceOrderORDER_TRANSFER_REQUEST.
[ADA.1.316] Cannot execute the SQL statement “INSERT INTO ORDER_TRANSFER_REQUEST(ORDERNUMBER, ORDERITEMNUMBER, XMLSERVICEORDER, PROCESSSTATUS, ORDERTYPE, SERVICETYPE, INSERTEDDATE, MODIFYDATE, ERROR) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)”. "
(72000/1461) ORA-01461: can bind a LONG value only for insert into a LONG column
"
ORA-01461: can bind a LONG value only for insert into a LONG column
can anybody help me to insert the XML Data in CLOB filed…
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods