0
点赞
收藏
分享

微信扫一扫

【Flink入门修炼】1-4 Flink 核心概念与架构

zidea 2024-02-20 阅读 15

[oracle@11g ~]$ expdp \'/ as sysdba\' directory=DMP dumpfile=se-tts.dmp logfile=se-tts-exp.log cluster=n transport_tablespaces=JYC EXCLUDE=TABLE_STATISTICS,INDEX_STATISTICS

Export: Release 11.2.0.1.0 - Production on Mon Feb 19 15:17:06 2024

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

Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
Starting "SYS"."SYS_EXPORT_TRANSPORTABLE_01":  "/******** AS SYSDBA" directory=DMP dumpfile=se-tts.dmp logfile=se-tts-exp.log cluster=n transport_tablespaces=JYC EXCLUDE=TABLE_STATISTICS,INDEX_STATISTICS 
ORA-39123: Data Pump transportable tablespace job aborted
ORA-00439: feature not enabled: Export transportable tablespaces

Job "SYS"."SYS_EXPORT_TRANSPORTABLE_01" stopped due to fatal error at 15:17:10

[oracle@11g ~]$ oerr ora 439
00439, 00000, "feature not enabled: %s"
// *Cause:  The specified feature is not enabled.
// *Action: Do not attempt to use this feature.
[oracle@11g ~]$ exp userid=\"/ as sysdba\" transport_tablespace=y tablespaces=JYC file=se-tts.dmp log=se-tts-exp.log statistics=none

Export: Release 11.2.0.1.0 - Production on Mon Feb 19 15:19:03 2024

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


Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
Export done in ZHS16GBK character set and AL16UTF16 NCHAR character set
EXP-00017: feature "Export transportable tablespaces" is needed, but not present in database
ORA-00439: feature not enabled: Export transportable tablespaces
EXP-00000: Export terminated unsuccessfully

SQL> select * from v$option where upper(parameter)  like '%TABLESPACE%';

PARAMETER
----------------------------------------------------------------
VALUE
----------------------------------------------------------------
Point-in-time tablespace recovery
FALSE

Export transportable tablespaces
FALSE

举报

相关推荐

0 条评论