In websphere 8.5, If I have an XA Datasource with a URL as below
jdbc:oracle:thin:@ip:port:SID
How can I add connection properties related to encoding so that the URL becomes as below:
jdbc:oracle:thin:@ip:port:SID?useUnicode=no&characterEncoding=ISO-8859-1&characterSetResults=ISO-8859-6