ERROR- ORA-00060: deadlock detected while waiting for resource

主宰稳场 提交于 2019-12-02 09:46:51

You can find such informations in the alert<your_sid>.log file. By <your_sid>, i mean the value when you issue $ echo $ORACLE_SID ( mostly set as this ).

It's under $ORACLE_BASE/diag/rdbms/<your_sid>/<your_sid>/trace path location.

You may also see the value for base path by issuing

$ echo $ORACLE_BASE( or alternatively, you would keep under $ORACLE_HOME directory, instead ).

You can also query

gv$diag_info performance view ( g stands whether you have a RAC instance ) to see the path.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!