What is the easiest way to convert idata document to clob object (in oracle db)? My idea below:
Document->pub.xml:documentToXMLString->myOwnJavaService->clobe (xml)
I have clob input in my jdbc storedProcedure adapter, and simple conversion by the line string → clob, doesn’t work.
I can’t debug over db function code (no grants on db), but I think It might be a problem with type conversion.
com.wm.app.b2b.server.ServiceException: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service tests:invokeAdapterService.
[ADA.1.541] Cannot execute the SQL statement "? = call SchemaOne.packageOne.INVOKE_ADAPTER_SERVICE (?, ?, ?) ". "
(72000/12899) ORA-12899: value too large for column “SchemaOne”.“ADAPTER_SERVICE”.“INPUT_XML” (actual: 2836, maximum: 2000)
ORA-06512: at line 1
"