了解Maclean Liu|向Maclean Liu提问 Oracle ALLSTARS 全明星(群内有多位Oracle高级售后support,N位OCM和ACE) QQ群 # QQ群号:23549328 # 已经升级到 2000人群,空位多多。欢迎有一定基础的Oracle骨友加入,现在入群需要经过Maclean的技术面试,欢迎面试,请加QQ号:47079569 为好友参加面试 2群基础群 适合刚入门的同学,会共享最佳入门实践和资料 QQ群 # QQ群号:171092051 # 已经升级到 500人的超级群,空位多多,无需面试

04 2009 档案

脚本:格式化的V$SQL_SHARED_CURSOR报告
摘要:The function generates a summary report of the v$sql_shared_cursor view and additional diagnostic information depending on the reason code.Counts all the versions that have 'Y' in any of the columns a... 阅读全文

posted @ 2009-04-13 20:32 Oracle和MySQL 阅读(447) 评论(0) 推荐(0) 编辑

脚本:监控并行进程状态
摘要:脚本正文:col username for a12col "QC SID" for A6col "SID" for A6col "QC/Slave" for A8col "Req. DOP" for 9999col "Actual DOP" for 9999col "Slaveset" for A8col "Slave INST" for A9col "QC INST" for A6set pag... 阅读全文

posted @ 2009-04-13 19:51 Oracle和MySQL 阅读(283) 评论(0) 推荐(0) 编辑

脚本:监控数据库中的活跃用户及其运行的SQL
摘要:脚本正文:set linesize 120 pagesize 66col c1 for a9col c1 heading "OS User"col c2 for a9col c2 heading "Oracle User"col b1 for a9col b1 heading "Unix PID"col b2 for 9999 justify leftcol b2 heading "SID"col... 阅读全文

posted @ 2009-04-13 19:46 Oracle和MySQL 阅读(246) 评论(0) 推荐(0) 编辑

脚本:监控临时表空间使用率
摘要:针对字典管理临时表空间:select (s.tot_used_blocks/f.total_blocks)*100 as "percent used" from (select sum(used_blocks) tot_used_blocks from v$sort_segment where tablespace_name='TEMP') s, (select sum(blocks) total... 阅读全文

posted @ 2009-04-13 19:25 Oracle和MySQL 阅读(321) 评论(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
点击右上角即可分享
微信分享提示