Domanda

How to exclude all statistics while exporting data using Oracle Data Pump API (DBMS_DATAPUMP package)?

È stato utile?

Soluzione

Answered in OTN Discussion Forum

dbms_datapump.METADATA_FILTER(
  handle = your_handle_here,
  name = 'EXCLUDE_PATH_LIST',
  value = 'STATISTICS'
);
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top