Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Advantage of expdp over exp

KSGNov 16 2010 — edited Nov 21 2010
Hi,

What is the key advantange of exp over expdp? How expdp is faster than exp?

Are both the given below results same?

exp sys/pass file=abc.dmp owner=schema direct=y log=abc.log (run on server side back ground process using &)

expdp sys/pass directory=dir dumpfile=abc.dmp schemas=abc logfile=abc.log

Thanks
KSG

Edited by: KSG on Nov 22, 2010 10:20 AM (sub edited)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2010
Added on Nov 16 2010
31 comments
2,802 views