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

Thread: expdp dumping tables from a schema

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    91

    expdp dumping tables from a schema

    I have tables owned by xxx but don't know the password for user and can't change it.

    I want to login as myself aaa/aaa and dump data for schema=xxx tables=one, two, three but this is not allowed.

    Is there a way to get around this? I guess I can export the whole schema and only import the data for those tables I need but the there is alot of data.

    Any idea?

    Thanks

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Try schemas=XXX and INCLUDE=TABLE:"IN('ONE','TWO','THREE')"
    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
    Feb 2009
    Posts
    91
    Thanks got it to work like this:

    expdp / tables=owner.tablename, owner.tablename

    But will try your solution too.

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