How to export a single daily partition of a database (11.2.0.4) with 60 partitioned tables to prep f
How to export a single daily partition of a database (11.2.0.4) with 60 partitioned tables to prep for encrypting existing tablespaces?
A new tablespace/datafile is created daily and 60 tables save that day's data into that tablespace/datafile.
I'd like to export the entire tablespace/datafile without iterating through all the tables, however, datapump attempts to export entire table contents, not just the desired partition.
Once exported I plan to drop and re-create the tablespace encrypted and re-import the exported data back into it.