Trimmed column content

Yevgeniy

Member

Hello,
I have a table, which has a column "name" of type NVARCHAR2(10)
If I do a simple select on this table, I get the data, but the content of the name column is trimmed on the right side.
As I observe it, it contains only the first 9 chars of 10, but I'm not sure, that it is always one character less, then expected.
In sql-plus I get everything as expected.
Is it a known issue?

I use Windows XP, Oracle 11gR2 and PL/SQL Developer Version 8.0.4.1514
 
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Back
Top