DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Export tables and indexes using Data Pump

  1. #1
    Join Date
    Dec 2001
    Location
    Tel-Aviv,Israel
    Posts
    233

    Export tables and indexes using Data Pump

    Hi folks,

    I'm trying to export only tables and indexes of a schema using Data Pump utility (expdp).
    I don't want to use the parameter tables=t1,t2,t3 ...,tn because I want to take all tables and their indexes.
    Which parameters I should use in the expdp command for this purpose?

    Thanks in advance,
    Nir

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Just expdp your target schema.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Aug 2007
    Location
    Cyberjaya,kuala lumpur
    Posts
    340
    type expdp help=y

    check this link you will get some details to take the export
    http://www.oracle-base.com/articles/...hp#TableExpImp

  4. #4
    Join Date
    Dec 2001
    Location
    Tel-Aviv,Israel
    Posts
    233
    Thanks all!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width