Hello
I use a ORACLE non spatial writer (shortname ORACLE8I_DB), non-dynamic i.e. fixed definition of attributes. One of the attributes is defined as: HSN varchar2(10)
If I use this in my environment and if the attribute HSN is longer than 10 it gets written without any error or warning and is cut to length 10.
Problem:
If a customer in a different Oracle environment uses the same workspace with the same data the writer stops with ERROR complaining that the value is too long.
One time it cuts the data without any message, the other time it stops with ERROR.
Does anyone have an idea what maybe the reason for the different behaviour in the Oracle environments ?
Our Oracle expert says there is no option in Oracle to control this. Google didn't help either ...Thanks for any hint
Michael