当前位置:网站首页>Guide de la pompe de données Oracle
Guide de la pompe de données Oracle
2022-06-26 04:18:00 【Gros sb.】
Oracle Enregistrement du compteur de guidage de la pompe de données
sqlplus / as sysdba
create directory dir_dp as ‘/app/oracle/product/11.2.0/dbhome_1/dump’; --Créer un répertoire logique
select * from dba_directories;–Voir le nom et l'emplacement du Répertoire logique
Lors de l'importationdmpLes fichiers sontdirectorySous la table des matières
Exporter la structure de l'échelle complète,Aucune donnée dérivée
expdp system/[email protected]:1521/lcfa schemas=system directory=dir_dp dumpfile=expdpcas317.dmp logfile=expdp.log content=metadata_only
impdp system/[email protected]:1521/lcfa schemas=system directory=dir_dp dumpfile=expdpcas317.dmp logfile=impdp.log content=metadata_only
expImport Export specified table:
Oui.aaaExportation d'une table sous l'utilisateur,Et dansccc Importer sous l'utilisateur
exp aaa/[email protected] tables=name_userinfo FILE=name_userinfo.dmp log=20220423.log;
imp ccc/[email protected] tables=name_userinfo FILE=/data/wgdata/name_userinfo.dmp log=0423.log;
Exporter toutes les tables par utilisateur et exclure les tables avec une plus grande quantité de données :
Exportertest .Utilisez tous les tableaux ci - dessous et excluez quelques tableaux indésirables
EXCLUDEC'est parti.IN Correspondance exacte—C'est parti.LIKE Correspondance floue
EXCLUDE Les paramètres peuvent être connectés simultanément à INOuLIKE
expdp “/ as sysdba” schemas=test directory=DUMP_ABSADMIN dumpfile=testquanbiao.dmp logfile=expdp.log cluster=no PARALLEL=4 EXCLUDE=TABLE:“IN ‘B_DET09_28’”,EXCLUDE=TABLE:“LIKE’B_DET02_%'”,EXCLUDE=TABLE:“LIKE ‘B_SONLINE0%’”,EXCLUDE=TABLE:“LIKE ‘B_AUTHFAIL%’”,EXCLUDE=TABLE:“LIKE ‘B_FILTER%’”,EXCLUDE=TABLE:“IN ‘B_DET12_31’”
impdp “/ as sysdba” content=all table_exists_action=replace directory=DATA_PUMP_DIR dumpfile=testquanbiao.dmp logfile=impdp_test.log parallel=24 cluster=n schemas=test
Exporter la structure de table spécifiée
INCLUDE Le paramètre ne peut pas être connecté en même temps INOuLIKE, Opération séparée requise
expdp “/ as sysdba” SCHEMAS=test INCLUDE=TABLE:“IN (‘B_DET09_28’,‘B_DET12_31’)” CONTENT=METADATA_ONLY DIRECTORY=DATA_PUMP_DIR DUMPFILE=danbiao.dmp LOGFILE=expdp_hntest.log
impdp “/ as sysdba” SCHEMAS=test INCLUDE=TABLE:“IN (‘B_DET09_28’,‘B_DET12_31’)” CONTENT=METADATA_ONLY DIRECTORY=DIR_DP DUMPFILE=danbiao.dmp
Exporter la structure de table spécifiée (Recherche floue)
B_DET02_ Toutes les tables au début sont exportées
expdp “/ as sysdba” SCHEMAS=test INCLUDE=TABLE:“LIKE (‘B_DET02_%’)” CONTENT=METADATA_ONLY DIRECTORY=DATA_PUMP_DIR DUMPFILE=danbiao1.dmp LOGFILE=expdp_hntest1.log
impdp “/ as sysdba” SCHEMAS=test INCLUDE=TABLE:“LIKE (‘B_DET02_%’)” CONTENT=METADATA_ONLY DIRECTORY=DIR_DP DUMPFILE=danbiao1.dmp
Les paramètres spécifiques de la pompe de données peuvent être connectés par Baidu !!
边栏推荐
- R language and machine learning
- [Flink] a brief analysis of the writing process of Flink sort shuffle
- Swagger
- Conditional variables for thread synchronization
- Go SQL parsing time Time type
- Add, delete, modify and query curd in PHP native SQL
- Resolve PHP is not an internal or external command
- Mobile terminal pull-down loading pull-down loading data
- [QT] dialog box
- ctf [RoarCTF 2019]easy_ calc
猜你喜欢

35岁程序员炒Luna 千万资产3天归零,网友:和赌博一样

线程同步之读写锁
![[QT] resource file import](/img/0f/6eff57a09edda284b833947dab16af.png)
[QT] resource file import

Construction of art NFT trading platform | NFT mall

6、 Project practice --- identifying cats and dogs
![[Flink] a brief analysis of the writing process of Flink sort shuffle](/img/27/01e95b44df46d8bfcb36ab1d746cc2.jpg)
[Flink] a brief analysis of the writing process of Flink sort shuffle

一幅脑图总结一下需求分析(工作上实际遇到的情况的补充)

Ubuntu installs PostgreSQL and uses omnidb to view

Spark - understand parquet

使用Jsoup提取接口中的图片
随机推荐
Analysis of updatechild principle of widget update mechanism of fluent
線程同步之讀寫鎖
What preparation should I make before learning SCM?
go语言泛型在IDE中语法报错
2021 year end summary
ipvs之ipvs0网卡
Question brushing record day01
In the matter of getting customers at sea, how can advertisers play besides digital advertising?
China air compressor manufacturing market demand analysis and investment prospect research report 2022-2028
Read / write lock for thread synchronization
List of provinces, cities and counties in China
CTF serialization and deserialization
[Qunhui] import certificate
MySQL's built-in performance testing tool, mysqlslap, performs stress testing
Getter actual combat geTx tool class encapsulation -getutils
Spark - 一文搞懂 parquet
High performance computing center roce overview
SQL related knowledge - constraints
What preparations should be made to develop an app from scratch
Go SQL parsing time Time type