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

Thread: export import issue

  1. #1
    Join Date
    Apr 2009
    Posts
    54

    export import issue

    Hi,

    i have last two day full export backup.but my question is can i import individual or a specific table from a full export backup beacuse i need the two day old table, we don't have the before two days backup of that table and database is not flash back mode. any suggestion or advice higly appreciated.



    BEST REGARDS

  2. #2
    Join Date
    Oct 2006
    Posts
    175
    You should be able to import specific tables with INCLUDE parameter.

    eg.
    impdp user/pwd ... include=table:hr.employees ...

    HTH

  3. #3
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Poster refers to a full export so we should assume exp/imp rather than expdp/impdp

    Check fromuser/touser as well as tables and ignore options.

    Last but not least, since database cannot be recovered from an export dump export shouldn't be considered to be a backup - plan and implement a true backup strategy.
    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.

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