数据库知识库
摘要:
Oracle数据库知识库 查看是否有表被锁住:select * from v$locked_object; 查看详细的信息: select sess.sid, sess.serial#, lo.oracle_username, lo.os_user_name, ao.object_name, lo. 阅读全文
posted @ 2023-08-30 23:12 VincentYew 阅读(28) 评论(0) 推荐(0)
欢迎来到Vincentyw的博客