Export Oracle Database: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production | Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production | ||
With the Partitioning, OLAP, Data Mining and Real Application Testing options | With the Partitioning, OLAP, Data Mining and Real Application Testing options | ||
DÚmarrage de "NICOLAS"."SYS_EXPORT_SCHEMA_01" : nicolas/******** Directory=DbBackup dumpfile=full logfile= | DÚmarrage de "NICOLAS"."SYS_EXPORT_SCHEMA_01" : nicolas/******** Directory=DbBackup dumpfile=full logfile=EXPDAT_FULL.LOG | ||
Estimation en cours Ó l'aide de la mÚthode BLOCKS ... | Estimation en cours Ó l'aide de la mÚthode BLOCKS ... | ||
Traitement du type d'objet SCHEMA_EXPORT/TABLE/TABLE_DATA | Traitement du type d'objet SCHEMA_EXPORT/TABLE/TABLE_DATA | ||
Line 32: | Line 32: | ||
L'exÚcution du travail "SYSTEM"."SYS_EXPORT_SCHEMA_01" a abouti Ó 16:21:50 | L'exÚcution du travail "SYSTEM"."SYS_EXPORT_SCHEMA_01" a abouti Ó 16:21:50 | ||
</pre> | </pre> | ||
==Export Tablespace== | |||
<pre>C:\Users\Administrator>expdp system/password directory=DATA_PUMP_DIR dumpfile=JDECTL910.DMP logfile=EXPDAT_JDECTL910.LOG tablespaces=JDECTL910 </pre> |
Revision as of 03:06, 14 October 2014
Create backup directory
CREATE OR REPLACE DIRECTORY DB_EXPORT AS 'C:\EXPORT\';
Full Export
export ORACLE_SID=E1Local
C:\Users\Administrator>expdp system/password Directory=DATA_PUMP_DIR full=Y logfile=EXPDAT_FULL.LOG Export: Release 11.2.0.1.0 - Production on Sam. Oct. 11 16:20:47 2014 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options DÚmarrage de "NICOLAS"."SYS_EXPORT_SCHEMA_01" : nicolas/******** Directory=DbBackup dumpfile=full logfile=EXPDAT_FULL.LOG Estimation en cours Ó l'aide de la mÚthode BLOCKS ... Traitement du type d'objet SCHEMA_EXPORT/TABLE/TABLE_DATA Estimation totale Ó l'aide le la mÚthode BLOCKS : 0 KB Traitement du type d'objet SCHEMA_EXPORT/USER Traitement du type d'objet SCHEMA_EXPORT/SYSTEM_GRANT Traitement du type d'objet SCHEMA_EXPORT/ROLE_GRANT Traitement du type d'objet SCHEMA_EXPORT/DEFAULT_ROLE Traitement du type d'objet SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA Traitement du type d'objet SCHEMA_EXPORT/TABLE/TABLE Traitement du type d'objet SCHEMA_EXPORT/TABLE/INDEX/INDEX Traitement du type d'objet SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT Traitement du type d'objet SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS Traitement du type d'objet SCHEMA_EXPORT/TABLE/COMMENT Traitement du type d'objet SCHEMA_EXPORT/POST_SCHEMA/PROCACT_SCHEMA Table ma¯tre "NICOLAS"."SYS_EXPORT_SCHEMA_01" chargÚe/dÚchargÚe avec succÞs ****************************************************************************** L'ensemble de fichiers de vidage de SYSTEM.SYS_EXPORT_SCHEMA_01 est : C:\DBBACKUP\FULL.DMP L'exÚcution du travail "SYSTEM"."SYS_EXPORT_SCHEMA_01" a abouti Ó 16:21:50
Export Tablespace
C:\Users\Administrator>expdp system/password directory=DATA_PUMP_DIR dumpfile=JDECTL910.DMP logfile=EXPDAT_JDECTL910.LOG tablespaces=JDECTL910