当前位置:网站首页>ORA-00030
ORA-00030
2022-07-06 01:12:00 【Drunken Xiaobai】
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
边栏推荐
- [groovy] XML serialization (use markupbuilder to generate XML data | set XML tag content | set XML tag attributes)
- [pat (basic level) practice] - [simple mathematics] 1062 simplest fraction
- 几百行代码实现一个 JSON 解析器
- Pbootcms plug-in automatically collects fake original free plug-ins
- Gartner发布2022-2023年八大网络安全趋势预测,零信任是起点,法规覆盖更广
- JMeter BeanShell的基本用法 一下语法只能在beanshell中使用
- cf:C. The Third Problem【关于排列这件事】
- FFT learning notes (I think it is detailed)
- Use of crawler manual 02 requests
- Daily practice - February 13, 2022
猜你喜欢
95后CV工程师晒出工资单,狠补了这个,真香...
IP storage and query in MySQL
What is the most suitable book for programmers to engage in open source?
After Luke zettlemoyer, head of meta AI Seattle research | trillion parameters, will the large model continue to grow?
Recoverable fuse characteristic test
Unity | 实现面部驱动的两种方式
Condition and AQS principle
DOM introduction
[groovy] JSON serialization (jsonbuilder builder | generates JSON string with root node name | generates JSON string without root node name)
File upload vulnerability test based on DVWA
随机推荐
Installation and use of esxi
Who knows how to modify the data type accuracy of the columns in the database table of Damon
基于DVWA的文件上传漏洞测试
China Taiwan strategy - Chapter 8: digital marketing assisted by China Taiwan
Hcip---ipv6 experiment
curlpost-php
直播系统代码,自定义软键盘样式:字母、数字、标点三种切换
Dynamic programming -- linear DP
Vulhub vulnerability recurrence 74_ Wordpress
Novice entry depth learning | 3-6: optimizer optimizers
Curlpost PHP
Lone brave man
Questions about database: (5) query the barcode, location and reader number of each book in the inventory table
Blue Bridge Cup embedded stm32g431 - the real topic and code of the eighth provincial competition
Dede collection plug-in free collection release push plug-in
Gartner发布2022-2023年八大网络安全趋势预测,零信任是起点,法规覆盖更广
ADS-NPU芯片架构设计的五大挑战
Illustrated network: the principle behind TCP three-time handshake, why can't two-time handshake?
Five challenges of ads-npu chip architecture design
The basic usage of JMeter BeanShell. The following syntax can only be used in BeanShell