SQL Language (MOSC)

MOSC Banner

nvarchar2 issue

edited Apr 9, 2015 1:57AM in SQL Language (MOSC) 4 commentsAnswered

1- i use db 10g

NLS_CHARACTERSET : AR8MSWIN1256 .

NLS_NCHAR_CHARACTERSET : AL16UTF16

2- CREATE TABLE nvarchar2_test (col1 NVARCHAR2(10));

3- INSERT into nvarchar2_test values (to_nchar('働 (どう はたら'));

the issue is :

select * from NVARCHAR2_TEST t

the result is : ? (?? ???

so i can't see the output   how i solve this issue ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center