Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Ora-00030:User session ID does not exists

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

RAC two nodes, one of which suddenly appears log file sync waiting, and is a fixed number of replies. The reply does not end all the time, so delete it manually:

Select 'alter system kill session''| | sid | |','| | serial# | |''immediate;' from gv$session where event =' log file sync'

However, there is a partial reply prompt: ora-00030:User session ID does not exists; confirms that the session is on the first node:

And using emcc also reports this error:

So kill the reply from the operating system level:

Select spid, osuser, s.program

From v$session s, v$process p

Where s.paddr = p.addr

And s.sid = 2350

Log in beyond the system:

Kill-9 spid

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report