Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
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.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
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.
Join the Community
by: mrjoltcolaPosted on 2009-09-08 at 14:41:07ID: 25286443
>>but it is not doing anything,
No messages, errors whatsoever?
1) Instances must always be running for any logical tool like export or data pump to work.
2) Pre-create the schema user on the target database, and grant appropriate privileges, including enough privs to create the objects in the schema.
3) Since you are using 11g, I recommend using data pump (expdp/impdp) rather than export (exp/imp) because impdp has a "table_exists_action" parameter that you can set that will allow overwriting of existing data, or even drop-recreate of existing objects.
Try googling or EE search on "impdp table_exists_action"