So I'm using 12c and I wanted to export with data pump all the schema tables ONLY and
EXCLUDE about a dozen. There are hundreds of tables and the few I want to exclude are very larger but I
cannot seem to get anything working.
expd user/pw tables=< there are hundreds of tables > exclude=< there just a dozen or so >
No problem with a short list of exclusion but I need to list hundreds of tables.
Shouldn't I be able to include all schema tables (like schema.* ) and just exclude what I don't want ?
Any ideas gratefully received,
BB