datapump import selected tables from schema export dmp file
I had a dmp from schema export. to import selected tables of the schema, I want to use include=table:"in('TAB1',...)". Does this mean none of the other tables will not be imported? Do I need to use exclude parameter to list the other tables? I thought include and exclude are mutually exclusive so it is not possible to do it.
0