重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1428|回复: 0
打印 上一主题 下一主题

[Oracle] AQ Failing With ORA-6544 [pevm_peruws_callback-1] [16224] (Doc ID 2443098.1)

[复制链接]
跳转到指定楼层
楼主
发表于 2021-9-1 17:46:10 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
        AQ Failing With ORA-6544 [pevm_peruws_callback-1] [16224] (Doc ID 2443098.1)        To BottomTo Bottom       

In this Document
        Symptoms
        Changes
        Cause
        Solution
        References


Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and later
Information in this document applies to any platform.
Symptoms

DBMS_AQADM.CREATE_AQ_AGENT fails with error ORA-6544 [pevm_peruws_callback-1] [16224].
Changes


Cause

DBMS_AQADM.CREATE_AQ_AGENT fails with error
BEGIN dbms_aqadm.create_aq_agent(:1 ); EXCEPTION WHEN OTHERS THEN IF SQLCODE = -24089 THEN NULL; ELSE RAISE; END IF; END;
[TOC00004]
----- PL/SQL Stack -----
----- PL/SQL Call Stack -----
object line object
handle number name
0x709fa950 1847 package body SYS.DBMS_AQADM.CREATE_AQ_AGENT
0x70a01448 1 anonymous block
[TOC00004-END]
Solution

Since the CREATE_AQ_AGENT is failing, the SYS.ALERT_QUE can be dropped and re-created as below.

SQL> connect / as sysdba

SQL>alter system enable restricted session;

To drop the ALERT_QT queue_table execute:

exec dbms_aqadm.drop_queue_table('ALERT_QT',true)

To re-create tables, sequence, type and queue for server alert in version 11 and above:

SQL>@$ORACLE_HOME/rdbms/admin/dbmsslrt.sql
SQL>@$ORACLE_HOME/rdbms/admin/catalrt.sql
SQL>@$ORACLE_HOME/rdbms/admin/catmwin.sql
SQL>@$ORACLE_HOME/rdbms/admin/exechae.sql

To recompile the invalid objects

SQL>@$ORACLE_HOME/rdbms/admin/utlrp.sql

SQL> alter system disable restricted session;

This strategy helped in resolving the issue.
References


NOTE:2288591.1 - SRDC - Providing Supporting Information for PL/SQL Runtime Issues
NOTE:430146.1 - How to recreate the SYS.ALERT_QUE
NOTE:1929376.1 - My Oracle Support - Automated Troubleshooting

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-5-19 05:02 , Processed in 0.105789 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表