Link to home
Start Free TrialLog in
Avatar of ntiguy
ntiguy

asked on

DB Link from Sybase to Oracle 10g - Issue converting Varchar

I have a link from a Sybase database to an Oracle database.

We are having an issue converting data for one of the varchar fields.  The Sybase field is defined as Varchar with 1000 char limit.  The Oracle field is defined as Varchar with 1000 limit.  We are seeing all records fail to move to the target Oracle column that are over 260 characters.  It seems there may be some kind of data type conversion issue or issue in the gateway or link.

Does anyone know of any issues with Sybase to Oracle links and Varchars?

Thanks,

ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ntiguy
ntiguy

ASKER

Yes - When the data is under 260 characters the data will move without error.
Avatar of ntiguy

ASKER

The problem was found in the SP used to move the data.