IS 10.7, JDBC Adapter 10.3 (fix 18)
I have a number of insert\update adapters to an oracle database, I need to change a few to support Chinese and Japanese characters. Should add select adapters not causing any issues.
Most adapters we use are simple dynamic SQL, so it was simple to add N’${string}', but i just cant get the insert/update adapters to correctly use the correct encoding
I’ve tried to change the connection to defaultNChar=true but still doesnt work, has anyone solved this.
I would like to fix this without potentially changing connection, as this is shared with a large number of interfaced. I may need to replace the adpapters with dynamic ones
Should add we have
NLS_CHARACTERSET WE8MSWIN1252 -----suspect this is being used by adapters
NLS_NCHAR_CHARACTERSET AL16UTF16
Thanks
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services#Adapters-and-E-Standards