-
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
-
You should be able to import specific tables with INCLUDE parameter.
eg.
impdp user/pwd ... include=table:hr.employees ...
HTH
-
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.