Kbase P8348: How can you tell if changes have been made to tables or indexes in the DB?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How can you tell if changes have been made to tables or indexes in the database?
FIX:
You can run a tabanalys which will list all the tables and indexes in the DB.
Example:
proutil db-name -C tabanalys
Save the resulting file so it can be used as a reference for future analysis.