export table from sql 2005 to oracle 9i using SSIS -
09-28-2006
, 09:32 AM
I try to export table with the follow structure
TABLE [Mama]
(
[ID] int NOT NULL,
[TSMKEY] nvarchar(50) NOT NULL,
[value] nvarchar(max),
[ELID] nvarchar(14),
[MAPTSMKEY] NVARCHAR(50),
IA_TSMKEYTYPE NVARCHAR(50)
)
To oracle by I have converstion unicode vs non unicode
Is some body has any idea how to solve this bug
Thanks
*** Sent via Developersdex http://www.developersdex.com *** |