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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -