@jerathashutosh wrote:
sorry for the super late reply 😞
I saw that article before and my oracle server is using the AL32UTF8 characterset and our sas server is on LATIN1 characterset.
I tried to change the characterset of my SAS dataset to utf8 and then loading it to oracle, that didn't work either.
Did you try changing the encoding setting for the SAS session (not any individual dataset)?
The encoding needs to be set at session startup. So either use a different command to launch SAS or if you are using SAS/Studio or Enterprise Guide connect to a different server that is configured to use UTF8.