Oracle -fetched column value truncated error
I am using ASP.net using C# in my application which connects to Oracle 9i DB with a UTF8 character set. On of my columns in a table has datatype Nvarchar2(4000), when I try to fetch data through a Stored proecedure using execute Dataset command in C# it throws error "ORA 01406 -fetched column value truncated error "
But this error does not occur if the datatype is changed to Nvarchar2(4000)
Pls help
Regards
shweta



