Kbase P67878: How can I get a list of all tables and indexes within the database?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/19/2004 |
|
Status: Unverified
GOAL:
How can I get a list of all tables and indexes within the database?
FIX:
The PROUTIL DBANALYS qualifier will give a list of all tables and indexes contained within the database.
Example:
proutil <dbname> -C dbanalys
NOTE: You may want to pipe this output to a file for viewing with any editor.