当前位置:网站首页>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
边栏推荐
- Winter combat camp hands-on combat - MySQL database rapid deployment practice lead mouse cloud Xiaobao
- 异常记录-8
- Introduction to DDoS attack / defense
- tc ebpf 实践
- Try catch cannot catch asynchronous errors
- How to use DBA_ hist_ active_ sess_ History analysis database history performance problems
- 【漏网之鱼】Ansible AWX调用playbook传参问题
- 2021年国产数据库12强介绍
- [step by step, even thousands of miles] MySQL reports a large number of unauthenticated user connection errors
- Ansible basic commands, roles, built-in variables and tests judgment
猜你喜欢
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
rdma网络介绍
Introduction to RDMA
MySQL【sql性能分析+sql调优】
Introduction to common APIs for EBFP programming
ovs与ovs+dpdk架构分析
Introduction to DDoS attack / defense
Introduction to RDMA network
MySQL 【读写锁+表锁+行锁+MVCC】
volatile 关键字的三大特点【数据可见性、指令禁止重排性、不保证操作原子性】
随机推荐
Introduction to the top 12 domestic databases in 2021
MySQL【ACID+隔离级别+ redo log + undo log】
Redis FAQ
异常记录-22
19C中ASM network未自动启动的处理
Winter combat camp hands-on combat - MySQL database rapid deployment practice lead mouse cloud Xiaobao
SSM项目在阿里云部署
Alertmanager重复/缺失告警现象探究及两个关键参数group_wait和group_interval的释义
用Future与CountDownLatch实现多线程执行多个异步任务,任务全部完成后返回结果
Prometheus Thanos快速指南
Research on alertmanager repeated / missing alarm phenomenon and two key parameters_ Wait and group_ Interpretation of interval
异常记录-6
RAC环境数据库节点参数设置不当导致监听无法连接问题排查
Arranges the objects specified in the array in front of the array
冬季实战营动手实战-上云必备环境准备,动手实操快速搭建LAMP环境 领鼠标 云小宝 背包 无影
Prometheus监控influxdb的方法及指标释义
【不积跬步无以至千里】Oracle应用导数Ora-01455报错处理
MySQL server standalone deployment manual
【MySQL基础篇】启动选项、系统变量、状态变量
[MySQL basics] data export and import permissions and local_ Infile parameter