Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

configure database for arabic data language support.

javed akhtarSep 24 2012 — edited Sep 24 2012
Dear Masters,


i m creating database in arabic language support. all configuration has been done. but while i m getting error in putty.

SQL> select # from tab;
select # from tab
*
ERROR at line 1:
ORA-00911: ??? ??? ????



SQL> show parameter nls

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
nls_calendar string
nls_comp string BINARY
nls_currency string
nls_date_format string
nls_date_language string
nls_dual_currency string
nls_iso_currency string
nls_language string ARABIC
nls_length_semantics string BYTE
nls_nchar_conv_excp string FALSE
nls_numeric_characters string

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
nls_sort string
nls_territory string SAUDI ARABIA
nls_time_format string
nls_timestamp_format string
nls_timestamp_tz_format string
nls_time_tz_format string
SQL>


SQL> SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;

VALUE$
--------------------------------------------------------------------------------
AL32UTF8



but while i m trying to insert data from putty(putty is also configured on UTF8) i m getting ???????? on command prompt.

even form6i also throwing same ????????
kindly guide where i m wrong.

THanks in Advs
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2012
Added on Sep 24 2012
15 comments
13,449 views