stolze: thanks for help
when i run reorg offline, CLP is blocked, as you wroted. but when I use keyword "inplace" then
is reorg executed asynchronous.
Next cmd I like runstats. How to ensure that table in this time will be reorganized ?
db2 => connect to mydb
Database Connection Information
Database server = DB2/LINUX 8.2.3
SQL authorization ID = DB2INST1
Local database alias = MYDB
db2 => reorg table log.task
DB20000I The REORG command completed successfully
db2 => reorg table log.task inplace allow write access start
DB20000I The REORG command completed successfully.
DB21024I This command is asynchronous and may not be effective immediately.
db2 =>
first command is done in few second, second command immediate.
some ideas?
thanks