Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> SQL*Plus and DBMS_OUTPUT won't display extended charset?
Oracle 8.1.7.2.0
HP/UX 11.0
DB was converted from USASCII7 to UTF8
NLS_CHARACTERSET and NLS_NCHAR_CHARACTERSET are both "UTF8" in DB.
"export NLS_LANG=AMERICAN_AMERICA.UTF8" in client environment (Korn shell).
In SVRMGRL on the DB server, when I SELECT CHR(200) FROM DUAL, I get the character displayed properly (Latin capital "E" with grave accent). In SQL*Plus, however, the character does not appear. Also, when I use DBMS_OUTPUT.PUT_LINE to dump CHR(200) to the screen in either Server Manager or SQL*Plus, nothing shows up.
Anyone know what's going on here?
TIA!
Rich Jesse System/Database Administrator Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu May 16 2002 - 17:28:24 CDT
![]() |
![]() |