当前位置:网站首页>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
边栏推荐
猜你喜欢
Ali vector library Icon tutorial (online, download)
冬季实战营动手实战-上云必备环境准备,动手实操快速搭建LAMP环境 领鼠标 云小宝 背包 无影
Implementation of multi tenant read and write in Prometheus cortex
rdma 介绍
Chaos帶你快速上手混沌工程
Introduction to DDoS attack / defense
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
rdam 原理解析
Kids and COVID: why young immune systems are still on top
Prometheus Cortex架构概述(水平可扩展、高可用、多租户、长期存储)
随机推荐
通过源码探究@ModelAndView如何实现数据与页面的转发
MySQL索引【数据结构+索引创建原则】
Thanos Compact组件测试总结(处理历史数据)
Will restarting the Oracle listener break the existing connection
Construire un blog Cloud basé sur ECS (bénédiction sur le Code Cloud Xiaobao, explication détaillée de la tâche iphone13 gratuite)
switch case时连写常规判断表达式的错误 case和if并用 l
基於DPDK實現VPC和IDC間互聯互通的高性能網關
ebfp编程常用API介绍
ovs与ovs+dpdk架构分析
如何通过dba_hist_active_sess_history分析数据库历史性能问题
How does VirtualBox modify the IP network segment assigned to the virtual machine in the "network address translation (NAT)" network mode
Alertmanager重复/缺失告警现象探究及两个关键参数group_wait和group_interval的释义
Prometheus Thanos快速指南
Use the SED command to process text efficiently
Prometheus监控influxdb的方法及指标释义
tc ebpf 实践
BCC installation and basic tool instructions
用Future与CountDownLatch实现多线程执行多个异步任务,任务全部完成后返回结果
Thanos compact component test summary (processing historical data)
基于ECS搭建云上博客(体验有礼)