当前位置:网站首页>ORA-00030
ORA-00030
2022-07-06 01:08:00 【喝醉酒的小白】
oerr ora 00030
00030, 00000, "User session ID does not exist."
// *Cause: The user session ID no longer exists, probably because the
// session was logged out.
// *Action: Use a valid session ID.
select sid,serial#,machine from gv$session where machine like 'qone%';
select sid,serial#,machine from gv$session where machine not like 'qone%';
alter system kill session 'sid,serail#';
select spid from v$process where addr in (select paddr from v$sesson where sid in ('4381'));
ps -ef|grep 237266
kill -9 237266
边栏推荐
- Daily practice - February 13, 2022
- Redis' cache penetration, cache breakdown, cache avalanche
- Zhuhai laboratory ventilation system construction and installation instructions
- Finding the nearest common ancestor of binary tree by recursion
- 新手入门深度学习 | 3-6:优化器optimizers
- Blue Bridge Cup embedded stm32g431 - the real topic and code of the eighth provincial competition
- View class diagram in idea
- Kotlin core programming - algebraic data types and pattern matching (3)
- 图解网络:TCP三次握手背后的原理,为啥两次握手不可以?
- 小程序容器可以发挥的价值
猜你喜欢
《强化学习周刊》第52期:Depth-CUPRL、DistSPECTRL & Double Deep Q-Network
Building core knowledge points
关于#数据库#的问题:(5)查询库存表中每本书的条码、位置和借阅的读者编号
I'm interested in watching Tiktok live beyond concert
Arduino hexapod robot
JVM_ 15_ Concepts related to garbage collection
Opinions on softmax function
[groovy] XML serialization (use markupbuilder to generate XML data | set XML tag content | set XML tag attributes)
The inconsistency between the versions of dynamic library and static library will lead to bugs
VSphere implements virtual machine migration
随机推荐
Gartner发布2022-2023年八大网络安全趋势预测,零信任是起点,法规覆盖更广
Interview must brush algorithm top101 backtracking article top34
The basic usage of JMeter BeanShell. The following syntax can only be used in BeanShell
Novice entry depth learning | 3-6: optimizer optimizers
2020.2.13
Dynamic programming -- linear DP
The inconsistency between the versions of dynamic library and static library will lead to bugs
China Taiwan strategy - Chapter 8: digital marketing assisted by China Taiwan
Differences between standard library functions and operators
Recursive method converts ordered array into binary search tree
[groovy] XML serialization (use markupbuilder to generate XML data | set XML tag content | set XML tag attributes)
看抖音直播Beyond演唱会有感
Free chat robot API
cf:D. Insert a Progression【关于数组中的插入 + 绝对值的性质 + 贪心一头一尾最值】
Building core knowledge points
A preliminary study of geojson
Leetcode study - day 35
Spark SQL null value, Nan judgment and processing
Dedecms plug-in free SEO plug-in summary
小程序容器可以发挥的价值