当前位置:网站首页>RAC环境alert日志报错Drop transient type: SYSTP2JW0acnAurDgU1sBqMBryw==的排查
RAC环境alert日志报错Drop transient type: SYSTP2JW0acnAurDgU1sBqMBryw==的排查
2022-04-23 06:02:00 【还不算晕】
近期日常检查中,发现一个用户的RAC环境出现有报错:
*** 2022-02-22 19:34:58.672
Drop transient type: SYSTP2JW0acnAurDgU1sBqMBryw==
查询ORACLE MOS网站,有文档说明的类似问题:Receiving ORA-21780 Continuously in the Alert Log and SMON Trace Reports "Drop transient type". (Doc ID 1081950.1)。
简单解释为SMON在清理这些对象时出现问题,仅在RAC环境出现;文档中给出两种处理方案,如下:
There are two possible solutions.
Solution #1
------------
Step 1
Make sure you have a good full backup.
Step 2
spool obj.lis
alter session set nls_date_format='DD-MON-YYYY HH24:MI:SS';
set pagesize 1000
select o.* from obj$ o, type$ t
where o.oid$ = t.tvoid and
bitand(t.properties,8388608) = 8388608 and (sysdate-o.ctime) > 0.0007;
spool off
Step 3
Find the object owner:
Step 4
Drop the objects.
DROP TYPE "SYSTPf/r2wN4keX7gQKjA3AFMSw==" FORCE;
Solution #2
------------
You can prevent SMON to cleanup transient types by setting event 22834 like below.
However, this can cause transient types to increase.
SQL> alter system set events '22834 trace name context forever, level 1';
System altered.
To turn off:
SQL> alter system set events '22834 trace name context off' ;
System altered.
版权声明
本文为[还不算晕]所创,转载请带上原文链接,感谢
https://blog.csdn.net/q947817003/article/details/123524013
边栏推荐
- 【不积跬步无以至千里】Oracle应用导数Ora-01455报错处理
- Ansible basic commands, roles, built-in variables and tests judgment
- 基于EMR离线数据分析-反馈有礼
- Winter combat camp hands-on combat - MySQL database rapid deployment practice lead mouse cloud Xiaobao
- ebfp编程常用API介绍
- Prometheus监控influxdb的方法及指标释义
- Thanos Compact组件测试总结(处理历史数据)
- tc ebpf 实践
- Winter combat camp hands-on combat - first understand the cloud foundation, hands-on practice ECS ECS ECS novice on the road to get the mouse cloud Xiaobao backpack shadowless
- Analysis of Rdam principle
猜你喜欢

Kids and COVID: why young immune systems are still on top

阿里云日志服务sls的典型应用场景

Winter combat camp hands-on combat - first understand the cloud foundation, hands-on practice ECS ECS ECS novice on the road to get the mouse cloud Xiaobao backpack shadowless

数据库基本概念:OLTP/OLAP/HTAP、RPO/RTO、MPP

Prometheus Thanos快速指南

Memcached source code analysis

Introduction to RDMA network

ovs与ovs+dpdk架构分析

Introduction to DDoS attack / defense

MySQL索引【数据结构+索引创建原则】
随机推荐
How to use tiup to deploy a tidb V5 0 cluster
如何使用TiUP部署一个TiDB v5.0集群
Include of ansible module_ Tasks: why is the imported task not executed after adding tags?
volatile 关键字的三大特点【数据可见性、指令禁止重排性、不保证操作原子性】
Winter combat camp hands-on combat - cloud essential environment preparation, hands-on practical operation, quickly build lamp environment, lead mouse cloud Xiaobao backpack without shadow
异常记录-7
异常记录-21
Oracle性能分析工具:OSWatcher
Introduction to the top 12 domestic databases in 2021
Problems related to Prometheus cortex using block storage
[no steps in a small step to a thousand miles] Oracle Application derivative ora-01455 error reporting processing
重启Oracle监听器会中断已有连接吗
ebfp编程常用API介绍
【MySQL基础篇】数据导出导入权限与local_infile参数
Ansible basic commands, roles, built-in variables and tests judgment
BPF program of type XDP
[step by step, even thousands of miles] MySQL reports a large number of unauthenticated user connection errors
19C中ASM network未自动启动的处理
Chaos帶你快速上手混沌工程
MySQL索引【数据结构+索引创建原则】