蔷薇525 发表于 2016-11-12 08:54:31

db2 snapshot

1. open cmd
2. execute command "db2cmd"
3. set trace on:
    db2 update monitor switches using statement on
4. get snapshot:
    db2 get snapshot for dynamic sql on "database name" >> "d:\sql.txt"
5. set trace off:
    db2 update monitor switches using statement off
页: [1]
查看完整版本: db2 snapshot