For example,
$ db2 "select count(*) from S1.T1"
1
-----------
SQL0668N Operation not allowed for reason code "1" on table
"S1.T1". SQLSTATE=57016
SQL0668N Operation not allowed for reason code "1" on table "S1.T1".
DB2 REORG가 필요한 상황
REORG TABLE S1.T1
댓글 쓰기