欢迎光临
我们一直在努力

ORA-00104: deadlock detected; all public servers blocked waiting for resources ORACLE 报错 故障修复 远程处理

文档解释

ORA-00104: deadlock detected; all public servers blocked waiting for resources

Cause: All available public servers are servicing requests that require resources locked by a client which is unable to get a public server to release the resources.

Action: Increase the limit for the system parameter MAX_SHARED_SERVERS as the system will automaticaly start up new servers to break the deadlock until the number of servers reaches the value specified in MAX_SHARED_SERVERS.

官方解释

ORA-00104 is an informational message indicating that the database encountered an unexpected end of file when reading from a file.

ORA-00104是一个信息提示,表明数据库在从文件中读取时遇到意外的文件结束。

常见案例

ORA-00104通常发生在用户使用sqlplus时或创建诸如pl/sql,触发器,函数等一般性对象时。

正常处理方法及步骤

1.查看文件中是否存在字符串“ALTER SESSION”,如果是,则删除;

2.如果是普通对象则查看文件中是否存在字符串””/””,如果是,则修改为“;”;

3.重新编译对象。

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。