查看表空間位置
創(chuàng)新互聯(lián)建站是一家專注于成都做網(wǎng)站、成都網(wǎng)站設(shè)計與策劃設(shè)計,金安網(wǎng)站建設(shè)哪家好?創(chuàng)新互聯(lián)建站做網(wǎng)站,專注于網(wǎng)站建設(shè)10余年,網(wǎng)設(shè)計領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:金安等地區(qū)。金安做網(wǎng)站價格咨詢:18982081108
db2? connect to? sample----連數(shù)據(jù)庫
db2 list? tablespaces
?Database Connection Information
?Database server??????? = DB2/LINUXX8664 10.5.5
?SQL authorization ID?? = DB2INST1
?Local database alias?? = SAMPLE
[db2inst1@107-sqlcheck ~]$ db2 list? tablespaces
?????????? Tablespaces for Current Database
?Tablespace ID??????????????????????? = 0
?Name???????????????????????????????? = SYSCATSPACE
?Type???????????????????????????????? = Database managed space
?Contents???????????????????????????? = All permanent data. Regular table space.
?State??????????????????????????????? = 0x0000
?? Detailed explanation:
???? Normal
list tablespace containers for tablespaceID(表空間id號) show detail?
list tablespace containers for 0 show detail?
[db2inst1@107-sqlcheck ~]$ db2? list tablespace containers for 0 show detail?
??????????? Tablespace Containers for Tablespace 0
?Container ID???????????????????????? = 0
?Name???????????????????????????????? = /home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000000/C0000000.CAT
?Type???????????????????????????????? = File
?Total pages????????????????????????? = 20480
?Useable pages??????????????????????? = 20476
?Accessible?????????????????????????? = Yes
創(chuàng)建buffer pool
db2 create BUFFERPOOL bigbuffer SIZE 4000 PAGESIZE 32K(可取數(shù)4k,8K,16K)
創(chuàng)建表空間
db2 "create tablespace newtbs04 pagesize 32k managed by system using ('/home/db2inst1/db2inst1/NODE0000/SAMPLE/T0000001/test.TMP') BUFFERPOOL bigbuffer? "
newtbs04----代表表空間名
pagesize 32k 32可以指定為8k? 16k? 32k
bigbuffer---代表表空間名
授權(quán)
db2 grant use of tablespace newtbs04? to user db2dpmon
修改表EXPLAIN.DDL文件