export rman 备份会占用buff/cache 导致内存压力

DataPump Export (EXPDP) Fails With Errors ORA-31693 ORA-1 (Doc ID 783396.1)

Applies to:

Oracle Database - Standard Edition - Version 10.2.0.4 and later

Oracle Database Cloud Schema Service - Version N/A and later

Oracle Database Backup Service - Version N/A and later

Oracle Database Cloud Service - Version N/A and later

Oracle Cloud Infrastructure - Database Service - Version N/A and later

Information in this document applies to any platform.

Symptoms

While attempting to perform a DataPump export, it fails with multiple errors:

ORA-31693: Table data object "<SCHEMA>.<TABLE>" failed to load/unload and is being skipped due to error:

ORA-00001: unique constraint (<SCHEMA>.<CONSTRAINT> ) violated

ORA-06512: at "SYS.KUPF$FILE", line 2591

The alert log shows:

ORA-07445: exception encountered: core dump [kgscGetCursor+06b4] [SIGSEGV] [Address not mapped to object] [0x7FF0000000000000] [] []

ORA-01000: maximum open cursors exceeded

Changes

NONE

Cause

The system was not properly configured. The OS limits were incorrectly set and the swap space was undersized.

If the basic requirements of the installation are not met, various errors and non-expected behavior can and will be encountered.

Solution

  1. Correct the swap area. For a system only running an Oracle database, it should be configured as follows:

If RAM = 1024MB to 2048Mb

then 1.5 times RAM

elseif RAM > 2048MB and < 8192MB

then match RAM

else RAM > 8192MB

then .75 times RAM

Please note the swap may need to be larger if multiple databases or other applications are running on the same host

  1. Ensure the OS Limits are set correctly.

  2. Reboot the server to have limits take effect.

  3. Perform the export.

相关推荐
llilian_1613 分钟前
IRIG-B码产生器立足用户痛点,提供精准授时解决方案
大数据·数据库·功能测试·单片机·嵌入式硬件·测试工具
zuoerjinshu6 小时前
sql实战解析-sum()over(partition by xx order by xx)
数据库·sql
NocoBase7 小时前
【2.0 教程】第 1 章:认识 NocoBase ,5 分钟跑起来
数据库·人工智能·开源·github·无代码
Hoshino.418 小时前
基于Linux中的数据库操作——下载与安装(1)
linux·运维·数据库
Oueii10 小时前
Django全栈开发入门:构建一个博客系统
jvm·数据库·python
未来龙皇小蓝10 小时前
【MySQL-索引调优】11:Group by相关概念
数据库·mysql·性能优化
2401_8318249610 小时前
使用Fabric自动化你的部署流程
jvm·数据库·python
njidf11 小时前
Python日志记录(Logging)最佳实践
jvm·数据库·python
twc82911 小时前
大模型生成 QA Pairs 提升 RAG 应用测试效率的实践
服务器·数据库·人工智能·windows·rag·大模型测试
@我漫长的孤独流浪11 小时前
Python编程核心知识点速览
开发语言·数据库·python