Not sure,in 11g versiop of sql developer Youi may also save Your export file in Oracle data pump format , even better ;)
Main Topics
Browse All TopicsI am fairly new to Oracle. Here is my situation. My associate is creating a set of tables which basically comprises the operational data store portion of a new system we are developing. This is 30 tables which total around 300 GB.
This happens on a server we will call MIG1.
I need to move these 30 tables form MIG1 to PROD1. I need the indexes and constraints moved as well.
I have been using DataPump for tasks like this.
I am wondering if there are any other solutions for performing this transfer. What would you recommend. Possibly I could back up the tables I need and restore them to PROD1?
I will award points on clarity of response.
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.
Please test your network speed. You can transfer some file and see, for example using
'scp file user@server:/location'
If you see that your network speed around same 800MB/minute, then in this case network is your limitation, and other methods of transfer data around network will not help, and you have to search for solution to increase network speed, like check if possible to attach your server to SAN network and do trasfer of files using SAN. Here is best solution to check transportable tablespace option.
Some years ago, in limited network scenario, we have used, old exp/imp utility, redirecting the output to compression utility, but you cannot do this with datapump. Im not sure if old emp/imp still supported, if it is you can try this option as well.
>>I am wondering if there are any other solutions for performing this transfer.
Data pump is the tool for thisin 11g. exp/imp still works but has been desupported by Oracle as of 11.1.0.7. Data pump is the Oracle approved, recommended utility for individual table migrations, logical backups, etc. It is also a faster tool than using 3rd party GUI tools.
Data pump can take a list of tables to export (use the TABLES parameter), and can also be used to do network transfers directly from database to database.
Business Accounts
Answer for Membership
by: oleggoldPosted on 2009-11-04 at 14:07:30ID: 25744519
May I suggest as You're a fairly new to Oracle use other,free but graphic tool,Oracle sql developer, just use it's Grafic interface to create sql script including Your data