当前位置:网站首页>oracle 查询 主机名和对应的IP地址
oracle 查询 主机名和对应的IP地址
2022-07-17 00:50:00 【51CTO】
--查询对应的IP地址
select count(1), machine, a.CLIENT_INFO from v$session a group by machine, CLIENT_INFO;
--查询对应的主机名、IP地址
select distinct w.machine, a.CLIENT_INFO from DBA_HIST_ACTIVE_SESS_HISTORY w, v$session a where w.sql_exec_start >= sysdate - 30
--and w.machine not in ('db2','db1')
and a.MACHINE = w.machine
---或者 select distinct w.machine, a.CLIENT_INFO from v$active_session_history w, v$session a where w.sql_exec_start >= sysdate - 30
--and w.machine not in ('db2','db1')
and a.MACHINE = w.machine
日积月累
边栏推荐
- Envi: (the most detailed tutorial in 2022) custom coordinate system
- Theoretical basis of doubledqn and its code implementation [pytoch + pendulum-v0]
- Wechat applet
- RuntimeError_ Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor)
- Graphql first acquaintance
- The place where the dream begins ---- first knowing C language
- Flutter development: running the flutter upgrade command reports an error exception:flutter failed to create a directory at... Solution
- [MCU simulation] (XX) org - set start address
- Visual analysis of ncnn param file and bin model
- Pure virtual function
猜你喜欢

05_服务调用Ribbon

一个优酷VIP会员帐号可以几个人用的设备同时登录如何共享多人使用优酷会员账号?

Snapshot: data snapshot (data disclosure method)

05_ Service call ribbon

04_ Service registration Eureka

zsh: command not found: mysql
![[Jianzhi offer] 31-35 questions (judge whether a sequence is one of the out of stack sequences, sequence print binary tree, branch print, and reverse print each line), judge whether the sequence is th](/img/fd/f0c0e17f2942525a78fbd443514992.png)
[Jianzhi offer] 31-35 questions (judge whether a sequence is one of the out of stack sequences, sequence print binary tree, branch print, and reverse print each line), judge whether the sequence is th

Graphql first acquaintance

Use RZ, SZ commands to upload and download files through xshell7
![[MCU simulation] (XX) org - set start address](/img/9e/4e44dd779b0de28a190d86fbb1c2c0.png)
[MCU simulation] (XX) org - set start address
随机推荐
Ncnn thread
Yolov6 learning first chapter
2022-07-16:以下go语言代码输出什么?A:[];B:[5];C:[5 0 0 0 0];D:[0 0 0 0 0]。 package main import ( “fmt“ )
Monte Carlo based reinforcement learning method [with code implementation]
【剑指Offer】31-35题(判断一个序列是否是栈的出栈序列之一,层序打印二叉树以及分行打印、每行逆着打印),判断序列是否是二叉搜索树的后序遍历路径,二叉树找一条权值为K的路径,复制复杂链表
[MCU simulation] (XIV) instruction system bit operation instructions - bit data transmission instructions MOV, bit variable modification instructions
Yolov5 ncnn reasoning
Configure high availability using virtual ip+kept
MySQL replication table
Using gatekeeper to restrict kubernetes to create specific types of resources
Redis和其他数据库的比较
[single chip microcomputer simulation] (XI) instruction system logic operation instruction - logic and instruction anl, logic or instruction ORL
Win10 onedrive failure reinstallation
[MCU simulation] (XVI) control transfer instructions - unconditional transfer instructions, conditional transfer instructions
Net SNMP related commands
Need to slow down a little
Replacement operation not supported by ncnn partial operators
深入理解机器学习——类别不平衡学习(Imbalanced Learning):样本采样技术-[人工采样技术之SMOTE采样法及Borderline-SMOTE采样法]
Pure virtual function
Ncnn mat matrix class