I have a table in SQL Server. I want to transfer this table to Oracle. In my SQL Server table there are values with null that I don't want in the Oracle table. The problem is, that when I transfer the table to Oracle, the data thats in the Oracle table from another data transfer is still there. I want to truncate the Oracle table and then transfer the data from SQL Server to the empty Oracle table, but without the lines with the null values. Is this a better explanation?
Thanks.