oracle11g - how to create table with unicode values in oracle 11g -


i using oracle sql developer 11g.

i trying create database , table name in arabic language showing error 'invalid character'.

also,trying insert arabic characters in oracle 11g, data being inserted question marks. searched around , seems have change character encoding... not working.

please me recording issue.

create database لافف;

thanks,


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -