I'm getting this error message in production.
Unfortunately this comes from a purchased application and the support process is not precisely fast.
This happens when data is being copied from one table to another. Both tables are supposed to have the same columns types and length. So far I have reviewed a some of them by doing the following:
select distinct( length( column_name ) ) ) from source_table
Then comparing the value with the length of column_name in the target table but it's taking me a lot of time.
Is there a better way to perform this check?
I want to identify what column contains the data whose length goes beyond the limit of the source.
I'm working with:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production