Quote:
|
Originally Posted by trtwiddlebaum
If the table did not need a reorg would the reorg command be smart enough not to run?
The table has two indexes (type 2).
|
No, if you issue a reorg right after you just successfully did one on the same table, it will process. It will go alot faster though.
The only thing I can think of is that the DB deactivated sometime after your reorg started. Try this: open up two CLP sessions to your database. In one, do the reorg. In the other, run the SQL I gave earlier (you should be able to keep repeating it to monitor the progress). Let me know how it goes.
Andy