随笔 - 470  文章 - 6  评论 - 20  阅读 - 90万
10 2016 档案
怎样查看oracle当前的连接数
摘要:SQL> select count(*) from v$session #当前的连接数SQL> Select count(*) from v$session where status='ACTIVE' #并发连接数SQL> select value from v$parameter where na 阅读全文
posted @ 2016-10-28 21:27 chen110xi 阅读(1138) 评论(0) 推荐(0) 编辑
db link的查看创建与删除
摘要:1.查看dblink select owner,object_name from dba_objects where object_type='DATABASE LINK'; select owner,object_name from dba_objects where object_type='D 阅读全文
posted @ 2016-10-28 19:31 chen110xi 阅读(428) 评论(0) 推荐(0) 编辑
Oracle安全漏洞2016.10报告
摘要:Oracle安全漏洞2016.10报告 http://www.cnvd.org.cn/webinfo/show/3950 阅读全文
posted @ 2016-10-28 19:29 chen110xi 阅读(115) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示