Hi. I've encountered a problem trying to load the ö character into a varchar2 column in an 11.2.0.4 DB. The character that gets inserted is a '?'. Normally this happens when the characterset of the DB cannot handle a special character, however, the nls_characterset of the DB is UTF8 so there shouldn't be a problem with an 'ö'. The NLS_LANG env variable is set to the same so it shouldn't be a discrepancy with the client characterset. The SQL is being run via an emcli hostcmd. I've tried running the the same SQL via TOAD and it works fine.
Any idea what the cause could be? Thanks.
Any idea what the cause could be? Thanks.