all groups > sql server dts > september 2004 >
You're in the

sql server dts

group:

DTS error involving large tables


DTS error involving large tables StephenP
9/30/2004 11:35:02 AM
sql server dts: I have been having problems copying very large table (500,000 records or
more) from a SQL Server 2000 database to a Oracle 9i database. I have been
using DTS wizard to design a very simple data export. The DTS starts out
working fine but usually after 200,000 records, I will receive this error:

error at destination for row number 212101. errors encountered so far in
this task: 1.
row-00060: internal error: [dainsert,16]

I am not sure what is causing the error. Does anyone know what the problem
is and how to resolve it? If there is a better method to export the data,
please let me know. Thanks.

Re: DTS error involving large tables Alex
9/30/2004 3:45:49 PM
Oracle does not null values very much
check the value in (key) columns in row # 212101
[quoted text, click to view]

Re: DTS error involving large tables StephenP
10/1/2004 6:29:02 AM
What I have been noticing is when you move a single table (around 250000
records), it works without any errors. If you move that same table with a
few other tables (around 250000 records), the same error occurs. It seems to
prefer tables no larger than 250000 records. Any multiple table exports or a
single table larger than 250000, it will cause an error.

[quoted text, click to view]
Re: DTS error involving large tables Allan Mitchell
10/2/2004 12:22:05 PM
Ok So I see a lot of people having problems with Oracle and SQL Server. You
are not alone. What a lot of people do (mainly due to speed) is they export
to text files and import those files on the other side.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


[quoted text, click to view]

AddThis Social Bookmark Button