How to export all database metadata only using Data Pump Export?
What is the best way to export all database metadata using the Data Pump Export?
The key is all metadata. Is it required to export metadata for each schema? Or can a single statement
be issued to export all metadata.
expdp sys/********@database dumpfile=metadata.dmp content=METADATA_ONLY;
0