When I use the Oracle Enterprise manager for 9i with the 92 DB and I attempt an insert to an NCHAR field I receive garbage data.
Example
Insert N'test' to a field which is NCHAR(10) nullable.
the data when applied appears like so:
T#E#S#T
Any idea why this is happening?
Thanks in advance.
Example
Insert N'test' to a field which is NCHAR(10) nullable.
the data when applied appears like so:
T#E#S#T
Any idea why this is happening?
Thanks in advance.