摘要:
'导入Excel表结构 '开始 Option Explicit Dim mdl ' the current model Set mdl=ActiveModel If (mdl Is Nothing) Then MsgBox "There is no Active Model" End If Dim 阅读全文
摘要:
Oracle检查锁表 /*一、查询哪些表被锁以及查看锁表得会话及操作系统进程ID 其中locked_mode为锁的级别,spid为数据库所在操作系统的进程id*/ select c.sid, c.serial#, c.username, c.osuser, b.owner, b.object_nam 阅读全文