It takes too much time. I have 30 dbf tables.
Main Topics
Browse All TopicsI have some *.dbf files and i want import it into oracle database.
How to do it?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Can you provide more info about what type of export was done?
I can guess that you have either schema or table level export.
Unfortunatelly, you will have to do 30 imports. Of course once you get the first 1 or 2 the rest should be pretty easy as there are very few things that need to change for every import.
I suggest you use a parameter file for the import. It makes it a lot easier. Let us know if you need the exact syntax.
Unfortunatelly you cannot just copy the data. Multiple steps are involved. You can try to create ODBC driver to access your dbf files and the connect to sql plus (OCI interface should be installed) and using the odbc connection copy the tables. But in all cases you will have to do 30 copies. Hey, this is not so many I would be finish and forget about this during the time between the first and last posting here.
Try dbf2Ora.exe;
www.kada.lt/alv/ora/dbf2or
Try Visual Loader at
http://drbtools.netfirms.c
It loads data into oracle from any odbc data source
d.r.b
Business Accounts
Answer for Membership
by: venkotchPosted on 2003-04-30 at 06:56:35ID: 8428161
Hope this can help:
e.com/Data bases/Orac le/ Q_20566 597.html
http://www.experts-exchang
venko