skip to main |
skip to sidebar
Commandes d’export :
Export FULL des objets
C:\> exp userid=system/manager file=c:\backup\export_full.dump
log=c:\control\export_full.log full=y rows=n
Export du schéma SCOTT
C:\> exp userid=system/manager file=c:\backup\export_full.dump
log=c:\control\export_full.log owner=scott
Export de la table ACCOUNT de l’utilisateur SCOTT
C:\> exp userid=system/manager file=c:\backup\export_full.dump
log=c:\control\export_full.log tables=scott.account
Export du tablespace USER
C:\> exp userid=system/manager file=c:\backup\export_full.dump
log=c:\control\export_full.log tablespaces=user
Commandes d’import :
Import du schéma SCOTT
C:\> imp userid=scott/tiger file=c:\backup\export_full.dump
log=c:\control\export_full.log owner=scott
Import du schéma SCOTT dans le schéma TEST
C:\> imp userid=system/manager file=c:\backup\export_full.dump
log=c:\control\export_full.log fromuser=scott touser=test
Import de la table ACCOUNT de l’utilisateur SCOTT dans TEST
C:\> imp userid=system/manager file=c:\backup\export_full.dump
log=c:\control\export_full.log fromuser=scott touser=test tables=scott.account
Import de tous les schémas inclus dans le DUMP
C:\> imp userid=system/manager file=c:\backup\export_full.dump
log=c:\control\export_full.log
No comments:
Post a Comment