Skip to content. | Skip to navigation
syscat.tables - status
Apply the query below to find what views and tables are inoperative:
db2 "select substr(tabname,1,20) as TABLE, status, type from syscat.tables where status='X'"