sql server - SSIS load from Oracle .NET client fails -


i have 1 ado.net source oracle , 1 ado.net destination in sql server. , load fails with:

[ado net destination [16]] error: exception has occurred during data insertion, message returned provider is: invalid character value cast specification.

edit: ^^ fixed setting destination table column nvarchar.

if try without insert (just load rows source) fails:

now error :

[ado net source [432]] error: component "ado net source" (432) unable process data. ora-29275: partial multibyte character

my best guess oracle client (client-side software need access oracle) have not configured properly. if don't have oracle client installed, try oracle instant client. check client's tnsnames.ora file valid server entry. check tns_admin environmental variable points tnsnames.ora location. make sure oracle client binaries architecture matches app (32 or 64-bit). should able connect oracle visual studio's server manager .net oracle data provider.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -