Sometimes the small enhancements in a new Oracle release save a lot of effort needed in previous versions to reach the same goal. For me, this applies also to the Data Pump enhancement I am going to blog about, which allows the usage of INCLUDE and EXCLUDE in the same operation.
Continue readingTag: expdp
Generate DBMS_DATAPUMP script using Data Pump trace
Starting with Oracle 10g, Data Pump can be used to export and import database objects using command-line tools expdp and impdp. Calls of these tools are mapped to the Data Pump API within the database. This blog post will demonstrate how to generate DBMS_DATAPUMP calls based on an expdp/impdp execution.
Continue readingVerwendung der Data Pump Komprimierung ermitteln
Dieser Blog-Beitrag wie man ermitteln kann, ob Data Pump Exports mit eingeschalteter Komprimierung auf Datenebene durchgeführt wurden. Die Komprimierung der Daten erfordert die Lizenzierung der Advanced Compression Option. Lediglich die Komprimierung der Metadaten steht kostenfrei zur Verfügung.
Continue readingNeue Data Pump Features in Oracle 12c
Dieser Blogeintrag zeigt die neuen Features und Verbesserungen von Data Pump mit der Veröffentlichung des Releases 12c Release 1.
Continue reading