Does anyone know how to load data from a dbase3 file into oracle8-8i?
Printable View
Does anyone know how to load data from a dbase3 file into oracle8-8i?
Create a flat file out of your DB3 data and then you could use the sqlloader to load them into the table. When you create the flat file data, make a decision on whether to go for a fixed field/variable field format. For detail on sqlloader, refer
http://technet.oracle.com
Good luck,
Sam
Use Perl DBI module to connect to both data sources and move the records one by one?