英文:
DB2 list of all locked tables
问题
我可以帮您翻译以下部分:
"In oracle we can view all tables and check the table status similarly in dB2, how can we get the list of locked tables."
翻译成中文为:
"在Oracle中,我们可以查看所有表并检查表的状态,类似地,在DB2中,如何获取被锁定的表的列表?"
英文:
What is the query or the table with which I can easily view all the list of Db2 zos tables which are locked ? In oracle we can view all tables and check the table status similarly in dB2, how can we get the list of locked tables
答案1
得分: 1
使用 DISPLAY DATABASE (LOCKS)
命令。
英文:
Use the DISPLAY DATABASE (LOCKS)
command.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论