Hi,
I am working on an Enterprise Server (5.0) based Integration that interfaces with an Oracle 9i database using a JDBC Adapter (4.6)
I want to retrieve information made of NUMBER and VARCHAR2 fields and map it into a webMethods document. For performance reasons ( my documents can reach 10 Mbytes), I do not want to map them into Unicode String fields that cost 16 bits per digit.
However, it seems that using the SELECT Configured Operation, it is not possible to map a NUMBER or VARCHAR2 field into an simple String format, and that I have to map it into an Unicode String format.
Any idea someone of a way to get rid of that Unicode ??
Thanks in advanceā¦