K
Kunal Berlia
Guest
Hi, There is no problem in it, it is just a warning. If the source field of a source table exceeds maximum width then it will show the above error. If the Width is more than 4000, then it will assign the field width as Varchar(4000). The above error has been fixed in 5.0 release. In the Oracle, the maximum width for "VARCHAR" datatype allowed is "4000". Thanks.
Continue reading...
Continue reading...