I am importing an oracle database dump file into windows that was exported from linux. Some of the tables have text fields and text data with embedded line feed (using linux format) and those records are not imported into my windows tables.
Can anyone say if there is a solution to this issue.
I can create a csv of individual tables, replace the linux linefeed (\n) with windows linefeed (\r\n) in the text fields that contain linefeed characters and use sqlldr to import into windows which will be fine.
Question is how do I do this when I create a single dump of the entire database and use imp to import.?
Regards
Aftab