I have a file with fixed length records in it. Each field is separated by spaces.
I come from an Informix background and am now using Oracle. In Informix I could use dbimport to import all the record into a table. How do I do that in Oracle? I want to get the record into the table as quickly as possible.
Many thanks.
I come from an Informix background and am now using Oracle. In Informix I could use dbimport to import all the record into a table. How do I do that in Oracle? I want to get the record into the table as quickly as possible.
Many thanks.