Hi, I've a question about importing Oracle data and some fields are null. I get an error 'Conversion failed because the data value overflowed the specified type'. When i look in preview query result, via OLE db Source editor > Preview, this field contains '<value too big to display>'.
What do i do wrong Can somebody help me
Thanks in advance
Olaf

Question about by Import oracle data and field is null
anyuser
Hello Buck,
I work with SQL server 2005 and Oracle 7.
Olaf
kennm
What is the problem. I have a made a SSIS, in VS2005, with an ole db source, settings to the oracle db, and an ole db destination, settings to sql 2005 db. When i look in preview query result, via OLE db Source editor > Preview, afield contains '<value too big to display>'. This field is a datetime oracle field and it's empty. How do i check if it's empty And what do this field then get for an value so that i don't get problem with importing it in to SQL
Thanks in advance
Olaf
Gazuga
rgalgon
yanamandra
As I mentioned, you'll need the latest drivers on your SQL Server System for Oracle. Also, you can check the data you're about to import using the OPENQUERY statement in SQL Server. Look in Books Online for more information on how to use that statement.