rguillen
Member²
Hi support,
I did a software using DOA 4.1.2.0 in Delphi XE, it copy data from Source to Target database.
This software worked perfect when the copy was from Oracle 9i to Oracle 11g R2.
Few days ago the source database was upgraded to Oracle 11g R2, but now there is a strange behavior with some fields. In the version 9 the table structure for some fields were CHAR(2), now the table structure are N CHAR(2), but the program only copy the first character, but the others fields that are nchars(20, or 10) too, the data is copied successful.
This was a migration from JDE One world data to JDE9.
The environment variables for both databases are:
NLS_LANGUAGE: AMARICAN
NLS_TERRITORY: AMERICA
NLS_CHARACTERSET: WE8MSWIN1252.
I did a fast program with Delphi 2007 to check, and it copy successful the data between two database.
Could you please give me an Idea about this issue?
Thanks.
Richard.
I did a software using DOA 4.1.2.0 in Delphi XE, it copy data from Source to Target database.
This software worked perfect when the copy was from Oracle 9i to Oracle 11g R2.
Few days ago the source database was upgraded to Oracle 11g R2, but now there is a strange behavior with some fields. In the version 9 the table structure for some fields were CHAR(2), now the table structure are N CHAR(2), but the program only copy the first character, but the others fields that are nchars(20, or 10) too, the data is copied successful.
This was a migration from JDE One world data to JDE9.
The environment variables for both databases are:
NLS_LANGUAGE: AMARICAN
NLS_TERRITORY: AMERICA
NLS_CHARACTERSET: WE8MSWIN1252.
I did a fast program with Delphi 2007 to check, and it copy successful the data between two database.
Could you please give me an Idea about this issue?
Thanks.
Richard.