当前位置:网站首页>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
边栏推荐
- JVM_ 15_ Concepts related to garbage collection
- Kotlin core programming - algebraic data types and pattern matching (3)
- 毕设-基于SSM高校学生社团管理系统
- Spark SQL UDF function
- How to extract MP3 audio from MP4 video files?
- Cve-2017-11882 reappearance
- Cannot resolve symbol error
- Vulhub vulnerability recurrence 74_ Wordpress
- Beginner redis
- Spark DF adds a column
猜你喜欢

Opinions on softmax function

MCU通过UART实现OTA在线升级流程

SSH login is stuck and disconnected

可恢复保险丝特性测试

Some features of ECMAScript

I'm interested in watching Tiktok live beyond concert

cf:C. The Third Problem【关于排列这件事】

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

After Luke zettlemoyer, head of meta AI Seattle research | trillion parameters, will the large model continue to grow?

Cf:c. the third problem
随机推荐
[groovy] compile time meta programming (compile time method interception | method interception in myasttransformation visit method)
FFT 学习笔记(自认为详细)
KDD 2022 | EEG AI helps diagnose epilepsy
Study diary: February 13, 2022
[groovy] compile time metaprogramming (compile time method injection | method injection using buildfromspec, buildfromstring, buildfromcode)
Dedecms plug-in free SEO plug-in summary
Ubantu check cudnn and CUDA versions
IP storage and query in MySQL
程序员成长第九篇:真实项目中的注意事项
Finding the nearest common ancestor of binary search tree by recursion
Use of crawler manual 02 requests
Spark SQL UDF function
MYSQL---查询成绩为前5名的学生
视频直播源码,实现本地存储搜索历史记录
Getting started with devkit
Meta AI西雅图研究负责人Luke Zettlemoyer | 万亿参数后,大模型会持续增长吗?
Gartner released the prediction of eight major network security trends from 2022 to 2023. Zero trust is the starting point and regulations cover a wider range
Vulhub vulnerability recurrence 75_ XStream
[groovy] XML serialization (use markupbuilder to generate XML data | set XML tag content | set XML tag attributes)
servlet(1)