How to export empty tables in ORACLE 11G?

194 Views Asked by At

Im using oracle 11g to export a database, but they seem to ignore empty tables Is there any command that i can export all tables?

1

There are 1 best solutions below

1
Alistair Wall On

Use the parameter CONTENT=ALL. This is the default, but it sounds as if you have CONTENT=DATA_ONLY set.

expdp documentation