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.

相关推荐
寻星探路12 小时前
数据库造神计划第六天---增删改查(CRUD)(2)
java·大数据·数据库
盖世英雄酱5813613 小时前
Read timed out问题 排查
java·数据库·后端
云动雨颤14 小时前
Spring Boot配置优化:Tomcat+数据库+缓存+日志,全场景教程
数据库·spring boot·tomcat
RestCloud14 小时前
Kafka实时数据管道:ETL在流式处理中的应用
数据库·kafka·api
寻星探路16 小时前
数据库造神计划第九天---增删改查(CRUD)(5)
数据库
Alan5215916 小时前
🚀 阿里云 ECS + MySQL 环境搭建全流程(用于个人博客系统开发)
数据库·程序员
Huhbbjs16 小时前
SQL 核心概念与实践总结
开发语言·数据库·sql
wuyunhang12345616 小时前
Redis---集群模式
数据库·redis·缓存
sensenlin9116 小时前
Mybatis中SQL全大写或全小写影响执行性能吗
数据库·sql·mybatis