自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

教您如何實(shí)現(xiàn)DB2表空間擴(kuò)容

數(shù)據(jù)庫
DB2數(shù)據(jù)庫中的表空間應(yīng)該如何擴(kuò)容呢?這是很多人都提到過的問題,下文對(duì)DB2表空間擴(kuò)容方法作了詳盡的闡述,供您參考。

DB2表空間擴(kuò)容是我們?cè)谑褂?a >DB2數(shù)據(jù)庫中的常見操作,下面就為您詳細(xì)介紹幾種DB2表空間擴(kuò)容的方法,希望對(duì)您能有所啟迪。

多所有容器擴(kuò)容

db2 " ALTER TABLESPACE tablespace-name EXTEND (ALL 1000000)"

DB21034E The command was processed as an SQL statement because it was not avalid Command Line Processor command. During SQL processing it returned:

SQL1139N The total size of the table space is too big. SQLSTATE=54047
 
對(duì)其中一個(gè)容器擴(kuò)容

db2 " ALTER TABLESPACE tablespace-name  EXTEND (FILE '/dir/filename' 3000000)"

DB21034E The command was processed as an SQL statement because it was not avalid Command Line Processor command. During SQL processing it returned:

SQL1139N The total size of the table space is too big. SQLSTATE=54047
 
加容器

db2 " ALTER TABLESPACE tablespace-name  ADD (FILE '/dir/filename' 500000)"

DB21034E The command was processed as an SQL statement because it was not avalid Command Line Processor command. During SQL processing it returned:

SQL1139N The total size of the table space is too big. SQLSTATE=54047
 
通過檢查可以看到

LIST TABLESPACES SHOW DETAIL

...

Tablespace ID                       = 8

 Name                                       = tablespace-name

 Type                                       = Database managed space

 Contents                                = Any data

 State                                        = 0x0000

  Detailed explanation:

    Normal

 Total pages                            = 16388000

 Useable pages                       = 16387840

 Used pages                            = 16387840

 Free pages                               = 0

 High water mark (pages)       = 16387840

 Page size (bytes)                   = 4096

 Extent size (pages)                 = 32

 Prefetch size (pages)              = 128

 Number of containers             = 4

 Minimum recovery time          =2009-06-26-04.47.15.000000

...
 

以上就是DB2表空間擴(kuò)容的方法介紹。

 

 

【編輯推薦】

深入解讀DB2存儲(chǔ)過程

帶您了解DB2異常處理器類型

DB2連接服務(wù)器的配置

帶您了解DB2鎖的類型

db2表空間被鎖的解決方法

責(zé)任編輯:段燃 來源: 互聯(lián)網(wǎng)
相關(guān)推薦

2010-11-03 14:28:15

DB2行轉(zhuǎn)列

2010-11-04 13:50:20

DB2在線導(dǎo)入

2010-09-01 14:00:01

DB2表空間

2010-09-01 09:32:08

DB2恢復(fù)

2010-09-30 09:42:22

DB2刪除數(shù)據(jù)

2010-11-01 12:11:43

DB2表空間

2010-08-26 14:01:59

DB2插入特殊字符

2010-09-30 11:04:47

DB2數(shù)據(jù)庫卸載

2010-11-01 16:07:22

DB2表空間

2010-08-26 17:19:36

DB2數(shù)據(jù)庫備份

2010-09-30 09:53:05

DB2創(chuàng)建表空間

2010-08-25 14:42:46

DB2AIX卸載

2010-11-01 16:38:13

DB2表空間

2010-11-02 14:45:12

DB2創(chuàng)建表空間

2010-11-01 16:44:43

DB2表空間

2010-11-03 11:26:39

DB2表空間

2010-09-30 10:53:39

DB2表管理

2010-08-25 14:12:47

DB2備份恢復(fù)

2010-09-30 11:55:03

DB2表空間

2010-09-01 14:46:16

DB2表空間
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)