iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >ORA-27468: ""."" is locked by another process
  • 950
分享到

ORA-27468: ""."" is locked by another process

ORA-27468:"".""islockedbyanotherprocess 2021-11-23 01:11:52 950人浏览 猪猪侠
摘要

You have a scheduler job that generated an error. When the error occurred, you attempted to disable the job to investiga

You have a scheduler job that generated an error. When the error occurred, you attempted to disable the job to investigate the error, but received an ORA-27468 error message.

27468, 00000, ""%s.%s" is locked by another process"
// *Cause: An attempt was made to read or modify the state of the named
//         scheduler object when another process was also updating the same
//         object and held the lock.
// *Action: Retry the operation. Scheduler locks are held for a very
//          short duration. If the error persists, contact oracle Support.

Since the documentation for this message said to try again later, you waited, but have continued to receive the same error message.

 

 

To implement the solution, please execute the following steps:

  Check the value for the job_queue_processes:

SQL> show parameter job

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes                  integer     1000
SQL>



2. Stop the cjq0 process.

SQL> show parameter job

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes                  integer     1000
SQL> alter system set job_queue_processes=0;

System altered.

SQL> show parameter job

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes                  integer     0
SQL>

    This may require a kill -9 if on Unix or linux.

Drop the problematic job.

Restart the cjq0 process.

    Reset the job_queue_processes back to the original setting (from show parameter command) using

         SQL> alter system set job_queue_processes=;

摘自:文档 ID 330725.1

您可能感兴趣的文档:

--结束END--

本文标题: ORA-27468: ""."" is locked by another process

本文链接: https://www.lsjlt.com/news/2074.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作