Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DB2コマンドを使用して特定のテーブルに割り当てられたテーブルサイズを増やす方法.または、すべてのテーブルのメモリを一度に5MB増やす別の方法があります.
テーブルのメモリを増やすのではなく、それが配置されているテーブルスペースのメモリを増やします。
select tbspace from syscat.tables where tabname = 'MYTAB'
db2 "alter tablespace tbspace extend (all 100000)