自动分区的表不支持exp导出

CREATE TABLE autolist_test (
  ID	 number(10),
  Name varchar2(10),
  Cycle number(6)
) partition by list (Cycle) automatic (
  partition part_202011 values (202011),
  partition part_202012 values (202012),
  partition part_202101 values (202101)
);
[oracle@efi ~]$ exp dbmtmt  tables=dbmt.autolist_test:part_202011

Export: Release 12.2.0.1.0 - Production on 星期一 1228 15:58:19 2020

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


连接到: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
已导出 AL32UTF8 字符集和 AL16UTF16 NCHAR 字符集

即将导出指定的表通过常规路径...
EXP-00113: 功能 New Composite Partitioning Method 不受支持。无法导出 Table DBMT.AUTOLIST_TEST
导出成功终止, 但出现警告。
[oracle@efi ~]$

[oracle@efi ~]$ oerr exp 113
00113, 00000, "Feature %s is unsupported. %s %s.%s could not be exported"
// *Cause:  Export does not contain the required support for this feature.
// *Action: Use Oracle Data Pump Utility
[oracle@efi ~]$
oracle@efi ~]$ expdp dbmt/dbmt directory=ORACLE_HOME tables=dbmt.autolist_test:part_202011 dumpfile=autolist_test%U.dump 

Export: Release 12.2.0.1.0 - Production on 星期一 1228 15:50:44 2020

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

连接到: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
启动 "DBMT"."SYS_EXPORT_TABLE_01":  dbmt/******** directory=ORACLE_HOME tables=dbmt.autolist_test:part_202011 dumpfile=autolist_test%U.dump 
处理对象类型 TABLE_EXPORT/TABLE/TABLE_DATA
处理对象类型 TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
处理对象类型 TABLE_EXPORT/TABLE/STATISTICS/MARKER
处理对象类型 TABLE_EXPORT/TABLE/TABLE
. . 导出了 "DBMT"."AUTOLIST_TEST":"PART_202011"        6.007 KB       1 行
已成功加载/卸载了主表 "DBMT"."SYS_EXPORT_TABLE_01" 
******************************************************************************
DBMT.SYS_EXPORT_TABLE_01 的转储文件集为:
  /u01/oracle/autolist_test01.dump
作业 "DBMT"."SYS_EXPORT_TABLE_01" 已于 星期一 1228 15:51:31 2020 elapsed 0 00:00:46 成功完成
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值