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.

相关推荐
kura_tsuki3 小时前
[Oracle数据库] Oracle 常用函数
数据库·oracle
YA3335 小时前
java基础(十)sql的mvcc
数据库
weixin_307779138 小时前
VS Code配置MinGW64编译SQLite3库
开发语言·数据库·c++·vscode·算法
SelectDB9 小时前
Apache Doris 4.0 AI 能力揭秘(一):AI 函数之 LLM 函数介绍
数据库·人工智能·数据分析
我是哈哈hh9 小时前
【MySQL】在UBuntu环境安装以及免密码登录入门
linux·数据库·mysql·ubuntu
喪彪10 小时前
MySQL新手教学
数据库·mysql·adb
丘大梨12 小时前
QT 基础聊天应用项目文档
运维·数据库·系统架构
HMBBLOVEPDX12 小时前
MySQL的多版本并发控制(MVCC):
数据库·mysql·mvcc
.用户昵称已存在.13 小时前
MongoDB 从入门到精通:安装配置与基础操作指令详解
数据库·mongodb