In column COMMENTS
of dba_col_comments
table some symbols appear as "?". Probably these are replaced Chinese symbols.
PL/SQL Developer and SQLPlus show the same results:
SQL> SELECT * FROM dba_col_comments WHERE table_name='XX' AND COLUMN_NAME='OO';
OWNER TABLE_NAME COLUMN_NAME COMMENTS
------- ---------- -------------- -------------------------
GAME XX OO 1?????????2?????????????
SQL> select userenv('language') from dual;
USERENV('LANGUAGE')
----------------------------------
SIMPLIFIED CHINESE_CHINA.AL32UTF8
How to know actual symbols, which replaced by the question marks?