Would like to know if it is possible to export tables with nested table storage?
Table X:
- history column: 0 or 1 (1=not actual data)
- nested table: Param
with Name and Value columns
1) I would like to know if it is possible to export this table using the history column to partially export the data available in it.
I know regular EXP does not work, will EXPDP do the job?
2) Is it possible to use expdp and create dmp files from a desktop other then the db server?
Appreciate your help.