当前位置:网站首页>oracle视图v$active_session_history,dba_hist_active_session_history如何记录IP地址
oracle视图v$active_session_history,dba_hist_active_session_history如何记录IP地址
2022-08-08 18:26:00 【余树靖】
在网上看了一篇文章,创建这个触发器就能记录IP地址
create or replace trigger on_logon_triggerafter logon on databasebegin dbms_application_info.set_client_info(sys_context( 'userenv', 'ip_address' ) );end;
但是v$active_session_history,dba_hist_active_session_history却始终查不到。请问怎么才能在这两个表中记录IP地址呢?因为实际工作中,其实很多情况下用户还是想查IP地址的,但是v$session只能查看到当前的IP。
采纳答案1:
https://juejin.cn/post/7000171666529583135
看看这个,希望对你有所帮助
其他答案1:
https://juejin.cn/post/7000171666529583135
看看这个,希望对你有所帮助
其他答案2:
重新定义就可以啦
其他答案3:
@Kubee 您好!我是小白,刚学习数据库,不是很懂您说的重新定义的意思?
边栏推荐
- 响应式pbootcms模板建筑装饰类网站
- mv-lcd初始化
- OpenSSH生成的私钥如何在putty中使用?
- The origin and creation of Smobiler's complex controls
- 一起了解分层架构&SOA架构
- Transsion Holdings: At present, there is no clear plan for the company's mobile phone products to enter the Chinese market
- Open Office XML 格式中的 Style 设计原理
- Digital currency perpetual contract exchange development and development functions and code presentation
- 关于求最小公倍数的三种常用方法
- How to add F4 Value Help trial version to the input parameters of the report in the ABAP report
猜你喜欢
The origin and creation of Smobiler's complex controls
OpenInfra Days China 2022即将开启,与 openEuler 共话开源技术
QT With OpenGL (Bloom) (Bloom)
Oracle--表
OpenSSH生成的私钥如何在putty中使用?
行政区划代码(道路要素)
2021年9月电子学会图形化一级编程题解析含答案:无奈的Jaime
How to add F4 Value Help to the input parameters of the report in the ABAP report
Architecture Design Fundamentals
3D角色建模师和3D角色动画师哪个更有前景?哪个更适合小白入门?
随机推荐
PG 之 huge page
MySQL:Update高并发下变慢的案例及其涉及的特性
Dataworks上的ODPS spark处理数据会比直接用ODPS SQL效率高吗?
微信小程序云开发 | 插件的微信小程序云开发
view, index
Shell脚本三剑客(grep、sed、awk)
响应式pbootcms模板电脑维修类网站
栈指针&& 帧指针详解
一起了解分层架构&SOA架构
shake数据库中 启动报这个错,请问是哪里配置有问题吗?
浅谈C语言简单实现二分查找
hdu2647 N!Again
21天学习挑战赛——机器学习03
DHCP服务初探
重读GPDB 和 TiDB 论文引发的 HTAP 数据库再思考
Oracle--表
Lecture 4: Database Definition Language of DDL Type of SQL Statements
荧光探针/近红外荧光/荧光纳米/水凝胶/纳米水凝胶pH荧光探针的研究
Why do programmers only close monitor from none computer after work?Look at the answer ~ each big web site
Go-Excelize API源码阅读(四)——Save()