Requires Free Membership to View
exp userid=system file=my_dump.dmp owner=SCOTT
To import just the SCOTT.EMP and SCOTT.DEPT tables from this dump file, use the following import command:
imp userid=system file=my_dump.dmp
tables=scott.emp,scott.dept
You can import specific tables from a full database export, a schema owner export, and from a table export.
This was first published in March 2005

Join the conversationComment
Share
Comments
Results
Contribute to the conversation