Oracle expdp过滤部分表数据

Oracle expdp过滤部分表数据

复制代码
expdp \"/ as sysdba\" SCHEMAS=TESTU DUMPFILE=TESTU.dmp LOGFILE=TESTU.LOG EXCLUDE="TABLE:LIKE'DBCI_LOG%%'",STATISTICS

C:\Users\zhou>expdp \"/ as sysdba\" SCHEMAS=TESTU DUMPFILE=TESTU.dmp LOGFILE=TESTU.LOG EXCLUDE="TABLE:LIKE'DBCI_LOG%%'",STATISTICS

Export: Release 11.2.0.4.0 - Production on Mon Jun 2 15:43:47 2025

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SYS"."SYS_EXPORT_SCHEMA_01":  "/******** AS SYSDBA" SCHEMAS=TESTU DUMPFILE=TESTU.dmp LOGFILE=TESTU.LOG EXCLUDE=TABLE:LIKE'DBCI_LOG%%',STATISTICS
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 128 KB
Processing object type SCHEMA_EXPORT/USER
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TABLE/TABLE
. . exported "TESTU"."DBCI"                              5.429 KB       2 rows
. . exported "TESTU"."TAB1"                              5.429 KB       2 rows
Master table "SYS"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
******************************************************************************
Dump file set for SYS.SYS_EXPORT_SCHEMA_01 is:
  D:\APP\ZHOU\ADMIN\SCIMDB\DPDUMP\TESTU.DMP
Job "SYS"."SYS_EXPORT_SCHEMA_01" successfully completed at Mon Jun 2 15:44:12 2025 elapsed 0 00:00:17
相关推荐
小陈工27 分钟前
Python Web开发入门(十七):Vue.js与Python后端集成——让前后端真正“握手言和“
开发语言·前端·javascript·数据库·vue.js·人工智能·python
科技小花5 小时前
数据治理平台架构演进观察:AI原生设计如何重构企业数据管理范式
数据库·重构·架构·数据治理·ai-native·ai原生
一江寒逸5 小时前
零基础从入门到精通MySQL(中篇):进阶篇——吃透多表查询、事务核心与高级特性,搞定复杂业务SQL
数据库·sql·mysql
D4c-lovetrain5 小时前
linux个人心得22 (mysql)
数据库·mysql
阿里小阿希6 小时前
CentOS7 PostgreSQL 9.2 升级到 15 完整教程
数据库·postgresql
荒川之神6 小时前
Oracle 数据仓库雪花模型设计(完整实战方案)
数据库·数据仓库·oracle
做个文艺程序员6 小时前
MySQL安全加固十大硬核操作
数据库·mysql·安全
不吃香菜学java6 小时前
Redis简单应用
数据库·spring boot·tomcat·maven
一个天蝎座 白勺 程序猿6 小时前
Apache IoTDB(15):IoTDB查询写回(INTO子句)深度解析——从语法到实战的ETL全链路指南
数据库·apache·etl·iotdb
不知名的老吴6 小时前
Redis的延迟瓶颈:TCP栈开销无法避免
数据库·redis·缓存