当前位置:网站首页>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
边栏推荐
- servlet(1)
- Synchronized and reentrantlock
- Who knows how to modify the data type accuracy of the columns in the database table of Damon
- Convert binary search tree into cumulative tree (reverse middle order traversal)
- Illustrated network: the principle behind TCP three-time handshake, why can't two-time handshake?
- Four commonly used techniques for anti aliasing
- [groovy] XML serialization (use markupbuilder to generate XML data | set XML tag content | set XML tag attributes)
- Spark SQL null value, Nan judgment and processing
- 孤勇者
- A preliminary study of geojson
猜你喜欢

Study diary: February 13, 2022

JVM_ 15_ Concepts related to garbage collection

Fibonacci number
![[groovy] compile time meta programming (compile time method interception | method interception in myasttransformation visit method)](/img/e4/a41fe26efe389351780b322917d721.jpg)
[groovy] compile time meta programming (compile time method interception | method interception in myasttransformation visit method)

Illustrated network: the principle behind TCP three-time handshake, why can't two-time handshake?

2020.2.13

Differences between standard library functions and operators

Cf:c. the third problem

MIT博士论文 | 使用神经符号学习的鲁棒可靠智能系统

vSphere实现虚拟机迁移
随机推荐
Study diary: February 13, 2022
详细页返回列表保留原来滚动条所在位置
FFT learning notes (I think it is detailed)
Dedecms plug-in free SEO plug-in summary
golang mqtt/stomp/nats/amqp
The third season of ape table school is about to launch, opening a new vision for developers under the wave of going to sea
Cloud guide DNS, knowledge popularization and classroom notes
Promise
[groovy] compile time metaprogramming (compile time method interception | find the method to be intercepted in the myasttransformation visit method)
Recursive method to realize the insertion operation in binary search tree
Live broadcast system code, custom soft keyboard style: three kinds of switching: letters, numbers and punctuation
cf:H. Maximal AND【位运算练习 + k次操作 + 最大And】
curlpost-php
golang mqtt/stomp/nats/amqp
KDD 2022 | 脑电AI助力癫痫疾病诊断
GNSS terminology
Leetcode study - day 35
可恢复保险丝特性测试
Promise
Blue Bridge Cup embedded stm32g431 - the real topic and code of the eighth provincial competition