Hi Nezha,
please set the Java-Types for the Decimal-, Float- and Date-Fields to java.lang.String.
The adapter will do the appropriate conversions.
Deriving from the file name of your driver you are using an Oracle 12c driver in combination with an Oracle 11g database. This sounds good so far.
The complete version of the driver can be found in the META-INF/MANIFEST.MF in the jar.
You extract it with any zip-compliant tool.
Your table looks quite huge.
Is it required to retrieve all the fields directly in the notification itself?
A workaround might be to get only some few unique identifier fields and then load the rest of the data from the original table in a separate Select-Service by using the identifiers in the where-clause.
This will speed up the notifications as there will be less data to be copied inside the database and being published to messaging afterwards.
Regards,
Holger
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods