db2常用命令 二

2021-08-31 02:14:48 字數 1239 閱讀 5750

17. 重新連線 

connect reset

21. lock table

lock table test in exclusive mode
22. 共享

lock table test in share mode
23. 顯示當前使用者所有表

list tables
24. 列出所有的系統表

list tables for system
25. 顯示當前活動資料庫

list active databases
26. 檢視命令選項 

list command options

27. 系統資料庫目錄 

list database directory

28. 表空間 

list tablespaces

29. 表空間容器

list tablespace containers for 

example: list tablespace containers for 1

30. 顯示使用者資料庫的訪問許可權

get authorizations
31. 啟動例項 

db2start

32. 停止例項

db2stop
33. 表或檢視特權

grant select,delete,insert,update on tables to user 

grant all on tables to user with grant option

34. 程式包特權

grant execute 

on package package-name

to public

35. 模式特權

grant createin on schema schema-name to user

DB2常用命令

常用操作 db2 list db directory db2 connect to user using db2ilist 顯示當前例項名 db2 list tables 顯示當前例項下的所有表 db2 list tablespaces 顯示表空間 db2pd db tablespaces 檢視表空...

DB2常用命令

1 db2 list node directory 2 db2 list node directory show detail 3 db2 catalog tcpip node wsii remote 9.181.139.155 server 50000 4 db2 catalog database...

DB2常用命令

例項 clp 命令描述 db2start 啟動資料庫管理器例項。db2stop 停止資料庫管理器例項。get dbm cfg 返回資料庫管理器配置設定。get dbm cfg show detail 顯示資料庫管理器引數的當前值和延遲值 從 v8 起 1update dbm cfg using 將資...