04 2008 档案

摘要:查看锁:select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time;KILL锁:al... 阅读全文
posted @ 2008-04-29 12:04 Jakin.zhou 阅读(126) 评论(0) 推荐(0)
摘要:1 阅读全文
posted @ 2008-04-25 17:29 Jakin.zhou 阅读(333) 评论(0) 推荐(0)
摘要:functionselectAll(){var_input=document.forms['holidayForm'].getElementsByTagName('input');if(event.srcElement.checked){for(vari=0;i<_input.length;i++)... 阅读全文
posted @ 2008-04-16 11:01 Jakin.zhou 阅读(224) 评论(0) 推荐(0)