You said that you truncated the tables and are now trying to do an import. The warnings you are getting are because the table already exists in the database but with a different Oracle identifier. You should be able to just drop the table and allow Oracle to recreate it on import. You could also just tell it to ignore creation errors which will bring over the data.
Joe




Reply With Quote