Hi all,

I want to load data from a table in SQL Server 7 to one in Oracle 8.1 on Solaris.
I used the DTS package on SQLServer to do this. I have done this a great number of times before, but I have never had this problem before. I am getting 2 errors -
ORA00972 - Identifier is too long and
ORA-01740 - Missing double quote in identifier.

My table name is just 15 characters and the datatypes too match exactly.
Does anyone know where I am going wrong??

Shiva.