su -db2 admin
db2 list db directory
db2 connect to xxx 连接到数据库
db2 get dbm cfg 查询默认数据库管理器配置
db2 get dbm cfg |grep -i ‘(authentication)’ 查询DB2数据库认证模式
db2 get dbm cfg |grep -i audit_buf 查询数据库审计缓冲区大小
db2 “select * from syscat.adauth” 查询数据库对象权限
db2 “select * from syscat.tabauth” 查询数据库对象权限
db2 audit describe 查询数据库审计配置和状态
db2 audit dsecribe |grep log 查询数据库审计配置和状态中的日志信息
db2 list tablespaces show detail 查询数据库表空间状态
db2 “select tabname ,colcount,status from syscat.tables where tabschema not like ‘sys%’ order by tabname” 查询数据库系统表不是以sys开头的表名、状态
来源:freebuf.com 2021-03-09 08:52:58 by: ZhuYFzzzzz
请登录后发表评论
注册