Export Oracle Database: Difference between revisions
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
==Full Export== | ==Full Export== | ||
<pre> export ORACLE_SID=E1Local </pre> | <pre> export ORACLE_SID=E1Local </pre> | ||
<pre | <pre>expdp system/password@E1Local full=Y directory=data_pump_dir dumpfile=FULL.DMP logfile=EXPDAT_FULL.LOG | ||
Export: Release 11.2.0.1.0 - Production on | |||
Export: Release 11.2.0.1.0 - Production on Lun. Oct. 13 23:23:38 2014 | |||
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. | Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. | ||
Line 11: | Line 12: | ||
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 " | DÚmarrage de "BACKUPMGR"."SYS_EXPORT_FULL_01" : backupmgr/********@E1Local full=Y directory=data_pump_dir dumpfile=FULL.DMP logfile= | ||
Estimation en cours | EXPDAT_FULL.LOG | ||
Traitement du type d'objet | Estimation en cours à l'aide de la méthode BLOCKS ... | ||
Estimation totale Ó l'aide le la mÚthode BLOCKS : | Traitement du type d'objet DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA | ||
Traitement du type d'objet | Estimation totale Ó l'aide le la mÚthode BLOCKS : 3.462 GB | ||
Traitement du type d'objet | Traitement du type d'objet DATABASE_EXPORT/TABLESPACE | ||
Traitement du type d'objet | Traitement du type d'objet DATABASE_EXPORT/PROFILE | ||
Traitement du type d'objet DATABASE_EXPORT/SYS_USER/USER | |||
Traitement du type d'objet | Traitement du type d'objet DATABASE_EXPORT/SCHEMA/USER | ||
Traitement du type d'objet | Traitement du type d'objet DATABASE_EXPORT/ROLE | ||
Traitement du type d'objet | Traitement du type d'objet DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT | ||
Traitement du type d'objet | Traitement du type d'objet DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT | ||
Traitement du type d'objet | Traitement du type d'objet DATABASE_EXPORT/SCHEMA/ROLE_GRANT | ||
....... | |||
Table | . . export : "SYSMAN"."MGMT_TOPO_PAGE_PREF" 0 KB 0 lignes | ||
. . export : "SYSMAN"."MGMT_UPDATE_COLL_CREDS_DATA" 0 KB 0 lignes | |||
. . export : "SYSMAN"."MGMT_UPDATE_CREDENTIALS_DATA" 0 KB 0 lignes | |||
........ | |||
. . export : "SYSTEM"."DEF$_AQCALL" 0 KB 0 lignes | |||
. . export : "SYSTEM"."DEF$_AQERROR" 0 KB 0 lignes | |||
. . export : "SYSTEM"."DEF$_CALLDEST" 0 KB 0 lignes | |||
. . export : "SYSTEM"."DEF$_DEFAULTDEST" 0 KB 0 lignes | |||
......... | |||
Table maître "BACKUPMGR"."SYS_EXPORT_FULL_01" chargée/déchargée avec succès | |||
****************************************************************************** | ****************************************************************************** | ||
L'ensemble de fichiers de vidage de | L'ensemble de fichiers de vidage de BACKUPMGR.SYS_EXPORT_FULL_01 est : | ||
C:\ | C:\ORACLE\ADMIN\E1LOCAL\DPDUMP\EXPDAT.DMP | ||
L' | L'exécution du travail "BACKUPMGR"."SYS_EXPORT_FULL_01" a abouti à 23:18:05 | ||
</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> | |||
==Export Table== |
Latest revision as of 03:50, 14 October 2014
Create backup directory
CREATE OR REPLACE DIRECTORY DB_EXPORT AS 'C:\EXPORT\';
Full Export
export ORACLE_SID=E1Local
expdp system/password@E1Local full=Y directory=data_pump_dir dumpfile=FULL.DMP logfile=EXPDAT_FULL.LOG Export: Release 11.2.0.1.0 - Production on Lun. Oct. 13 23:23:38 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 "BACKUPMGR"."SYS_EXPORT_FULL_01" : backupmgr/********@E1Local full=Y directory=data_pump_dir dumpfile=FULL.DMP logfile= EXPDAT_FULL.LOG Estimation en cours à l'aide de la méthode BLOCKS ... Traitement du type d'objet DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA Estimation totale Ó l'aide le la mÚthode BLOCKS : 3.462 GB Traitement du type d'objet DATABASE_EXPORT/TABLESPACE Traitement du type d'objet DATABASE_EXPORT/PROFILE Traitement du type d'objet DATABASE_EXPORT/SYS_USER/USER Traitement du type d'objet DATABASE_EXPORT/SCHEMA/USER Traitement du type d'objet DATABASE_EXPORT/ROLE Traitement du type d'objet DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT Traitement du type d'objet DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT Traitement du type d'objet DATABASE_EXPORT/SCHEMA/ROLE_GRANT ....... . . export : "SYSMAN"."MGMT_TOPO_PAGE_PREF" 0 KB 0 lignes . . export : "SYSMAN"."MGMT_UPDATE_COLL_CREDS_DATA" 0 KB 0 lignes . . export : "SYSMAN"."MGMT_UPDATE_CREDENTIALS_DATA" 0 KB 0 lignes ........ . . export : "SYSTEM"."DEF$_AQCALL" 0 KB 0 lignes . . export : "SYSTEM"."DEF$_AQERROR" 0 KB 0 lignes . . export : "SYSTEM"."DEF$_CALLDEST" 0 KB 0 lignes . . export : "SYSTEM"."DEF$_DEFAULTDEST" 0 KB 0 lignes ......... Table maître "BACKUPMGR"."SYS_EXPORT_FULL_01" chargée/déchargée avec succès ****************************************************************************** L'ensemble de fichiers de vidage de BACKUPMGR.SYS_EXPORT_FULL_01 est : C:\ORACLE\ADMIN\E1LOCAL\DPDUMP\EXPDAT.DMP L'exécution du travail "BACKUPMGR"."SYS_EXPORT_FULL_01" a abouti à 23:18:05
Export Tablespace
C:\Users\Administrator>expdp system/password directory=DATA_PUMP_DIR dumpfile=JDECTL910.DMP logfile=EXPDAT_JDECTL910.LOG tablespaces=JDECTL910