遇到了289錯(cuò)誤
SQL0289N Unable to allocate new pages in table space "SYSCATSPACE".SQLSTATE=57011
Create database mydb
dft_extent_sz 4
catalog tablespace managed by system using
( '/home/sd/data/cat')
extentsize 2
prefetchsize 2
temporary tablespace managed by system using
('/home/sd/data/tmp')
user tablespace managed by database using
(file '/home/sd/data/data.usr' 200)
extentsize 2
prefetchsize 2;
將catalog改為了SMS順利通過(guò),使用DMS就報(bào)289錯(cuò)誤。
posted on 2009-09-25 00:26 旅途 閱讀(683) 評(píng)論(0) 編輯 收藏 引用 所屬分類: DB2

