返回顶部
首页 > 资讯 > 错误编码 >ORA-43853: SECUREFILE lobs cannot be used in non-ASSM tablespace “string” ORACLE 报错 故障修复
  • 744
分享到

ORA-43853: SECUREFILE lobs cannot be used in non-ASSM tablespace “string” ORACLE 报错 故障修复

报错故障lobs 2023-11-05 08:11:46 744人浏览 独家记忆
摘要

文档解释 ORA-43853: SECUREFILE lobs cannot be used in non-ASSM tablespace “string” Cause: SECUREFILE lobs requir

文档解释

ORA-43853: SECUREFILE lobs cannot be used in non-ASSM tablespace “string”

Cause: SECUREFILE lobs require ASSM

Action: Specify an ASSM tablespace for SECUREFILE lobs. 43854, 0000, “Deprecated”

ORA-43853: SECUREFILE lobs不能够在非ASSM表空间中使用。

官方解释

ORA-43853 “SECUREFILE lobs cannot be used in non-ASSM tablespace string” indicates that the SECUREFILE lob feature has been enabled and a large object (LOB) column has been created in a tablespace that does not use Automatic Segment Space Management (ASSM).

Secure File (LOB) is a feature introduced in oracle 10g which provides additional secure options for LOBs like Encryption, compression and de-duplication etc. It is not supported to use this feature in non-ASSM tablespaces due to the complexity of managing the segment space.

常见案例

ORA-43853异常常见于以下情况:

在Oracle 10g或更高版本中,尝试在非ASSM表空间中创建一个启用了SECUREFILE LOBs的LOB字段;

在使用ALTER TABLE语句启用SECUREFILE LOBs字段功能的表空间中;

一般处理方法及步骤

为了解决ORA-43853异常,您可以按照以下步骤来处理:

只有在表空间使用automatic segment space management (ASSM)时,才能启用SECUREFILE LOBs字段功能。检查错误中提到的表空间,确定其是否使用了ASSM。如果是,则可以尝试重建表空间,以重新启用SECUREFILE属性。

将表空间转换为使用大对象(LOB)字段时,必须使用automatic segment space management (ASSM)才能启用SECUREFILE LOBs功能。因此,应该首先建立新的ASSM表空间,将原始表中的数据转移到新的表空间中,然后在该表空间中启用SECUREFILE LOBs字段功能。

--结束END--

本文标题: ORA-43853: SECUREFILE lobs cannot be used in non-ASSM tablespace “string” ORACLE 报错 故障修复

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

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

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

  • 微信公众号

  • 商务合作