DB2数据库日常命令(syscat命令)
信息查询:1. 查询所有存储过程
select procname,text from syscat.procedures where text is not null
2. 查询视图创建脚本
select text from syscat.views where viewname=''
3. 查看数据库缓冲池
select * from syscat.bufferpools
4.查询跨库信息
select * from syscat.servers
页:
[1]