Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Oracle RDBMS 11.2.0.4 characters issue

$
0
0
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.

Viewing all articles
Browse latest Browse all 13329

Trending Articles