I have a table in SQL Server 7 SP2 with the following kinds of fields (more than 1 of these for each)- int, char, datetime, text, timestamp. I am trying to migrate this table into Oracle 8.1.7 using a 3rd party tool and I get the following error message "a table may contain only one column of type 'LONG'"
Does anybody know what the equivalent is of LONG from Oracle in SQL Server from among int, char, datetime, text, and timestamp?
Does anybody know what the equivalent is of LONG from Oracle in SQL Server from among int, char, datetime, text, and timestamp?