Export Oracle Database: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
(Created page with "==Create backup directory== <pre>CREATE OR REPLACE DIRECTORY DB_EXPORT AS 'C:\EXPORT\'; ==Full Export== <pre> export ORACLE_SID=E1Local </pre> <pre>C:\Users\Administrator>exp...")
 
Line 29: Line 29:
Table ma¯tre "NICOLAS"."SYS_EXPORT_SCHEMA_01" chargÚe/dÚchargÚe avec succÞs
Table ma¯tre "NICOLAS"."SYS_EXPORT_SCHEMA_01" chargÚe/dÚchargÚe avec succÞs
******************************************************************************
******************************************************************************
L'ensemble de fichiers de vidage de NICOLAS.SYS_EXPORT_SCHEMA_01 est :
L'ensemble de fichiers de vidage de SYSTEM.SYS_EXPORT_SCHEMA_01 est :
   C:\DBBACKUP\FULL.DMP
   C:\DBBACKUP\FULL.DMP
L'exÚcution du travail "NICOLAS"."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>

Revision as of 20:28, 11 October 2014

Create backup directory

CREATE OR REPLACE DIRECTORY DB_EXPORT AS 'C:\EXPORT\';

==Full Export==
<pre> export ORACLE_SID=E1Local 
C:\Users\Administrator>expdp system/password Directory=DB_EXPORT  dumpfile=full logfile=O1_MF_99GMP1FC_.CTL

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=O1_MF_99GMP1FC_.CTL
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