Hi All,
Here are the facts. If I telnet to my DB server, connect to database1 and export any table, I receive warning msg for each varchar column. For example,
SQL3132W The character data in column "SUBJECT" will be truncated to size
"128".
The column is defined as varchar(128).
Also, DESCRIBE TABLE does display values under "Type name". Instead, values from "Length", "Scale" and "Nulls" (they are right to "Type nmae") are shifted to the position under "Type name".
If I connect to datanase2 in the same instance, everything is normal.
If I connect to database1 remotely, everything is normal.
I can not figure out what the problem is.
Any advice is highly appreciated. Thanks.