Oracle cannot store emoji
问题 I have a problem saving emoji to the Oracle database. This is a simple Java program which takes user input from the webpage and save it to the database. This is what it looks like before I save to DB. And this is what it looks like when it retrieves it from database. The database column defined as CLOB so my expectation that it persist text with emoji just fine. I also tried to save and retrieve emoji with sqlplus and have no luck as well: SQL> update emoji_table set emoji_column = 'Test 😂'