Looks like in this case ,as in 2 previous versions the fastest method would transportable tablespaces
Main Topics
Browse All TopicsHi,
A seed user in oracle 11g db will create all tables in datatblspc1 and all the indexes in idxtblspc01...there could be more than 5000 tables, 25K indexes, 30 TB data in it.
Could anyone please advise the reliable, fastest way to export/import these between Oracle 11g Database instances
schemas?
user objects? like Tables, Indexes.
is it optimum to perform at tblspace level or user level but would like a best solution for 11g database.
please provide steps & scripts if possible
thanks and advance
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.
Thanks schwertner, oleggold,
1. if the tablespace is not available on the target db...would this create relevant tablespace?
2. if I want to import these tables, indexs into a different tablespace...Is there an option in the command to override with the tblspace name. would this work this way?
3. In my case...user name will be same for sure, but cannot gurantee the tablespace name it might be tblspace1 in DEV, SIT..but different in UAT.
Thanks
You can create tablespace on the target instance.
But this will have meaning only in the future.
The main task of "Transportable Tablespaces" is to move DATA in the tablespace.
After that you have also to move Dictionary data about the moved data.
Doing this you will move irrelevant data and this is too bad.
The conclussion is that if you create from scratch similar tablespace you have also to
create from scratch the data in the tablespace.
You can move tables and indexes from one tablespace to another one. There are appropriate Oracle statements to do this. You can use them before or after the move.
Business Accounts
Answer for Membership
by: schwertnerPosted on 2009-10-07 at 06:36:44ID: 25515152
Transportable tablespaces is one of the fastest ways to do the job.