如何使用 expdp 版本 12.2.0.1.0 导出 oracle 数据库版本 12.1.0.2.0



我正在运行以下命令来转储我的数据库

./expdp username/password@//host:port/database directory=/home/ubuntu/oracle/instantclient_12_2 dumpfile=dumpfilename.dmp content=METADATA_ONLY

并收到以下错误

Export: Release 12.2.0.1.0 - Production on Fri Sep 14 06:14:28 2018
Copyright (c) 1982, 2017, Oracle and/or its affiliates.  All rights reserved.
UDE-00018: Data Pump client is incompatible with database version 12.1.0.2.0

我尝试搜索,有人建议使用VERSION参数,但我仍然没有成功。

有谁知道我应该怎么做才能解决这个问题?

我不能使用instantclient-tools-macos.x32-12.1.0.2.0.zip因为它没有expdp命令。

您可以使用 DATA PUMP PL/SQL APExamples of Using the Data pump API Oracle Doc 12.2

相关内容

  • 没有找到相关文章

最新更新