iis服务器助手广告
返回顶部
首页 > 资讯 > 错误编码 >ORA-39256: Transportable tablespace Data Pump jobs from read-only databases not supported. ORACLE 报错
  • 315
分享到

ORA-39256: Transportable tablespace Data Pump jobs from read-only databases not supported. ORACLE 报错

报错故障tablespace 2023-11-04 22:11:50 315人浏览 安东尼
摘要

文档解释 ORA-39256: Transportable tablespace Data Pump jobs from read-only databases not supported. Cause: The remote databa

文档解释

ORA-39256: Transportable tablespace Data Pump jobs from read-only databases not supported.

Cause: The remote database was read-only and Data Pump export jobs using transportable tablespace over a network link require the remote database to be read/write.

Action: Use Data Pump without transportable tablespace or make the remote database read/write.

ORA-39256错误表示从只读数据库复制表空间数据泵作业不受支持。

该错误由oracle数据库中的dbms_datapump包抛出,该包提供了一种用于在结构和数据之间转移表空间的方法。

多数情况下,当您尝试从只读数据库复制表空间时会发生此错误。这是因为只读数据库不能写入表空间,这也是数据泵的要求。

正常的处理方法为:

1. 首先将目标数据库设置为可读写模式;

2. 连接到只读或可写数据库;

3. 执行以下脚本,以开始数据泵作业:

SELECT dbms_datapump.open(operation => ‘EXPORT’,job_mode => ‘TABLESPACE’, job_name => ‘export_tblspace’);

4. 接着将表空间泵出去;

5. 关闭数据泵作业;

6. 断开相应数据库连接。

--结束END--

本文标题: ORA-39256: Transportable tablespace Data Pump jobs from read-only databases not supported. ORACLE 报错

本文链接: https://www.lsjlt.com/news/526268.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作