home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / SNAPPER.ZIP / header.inc < prev    next >
Encoding:
Text File  |  2001-06-18  |  369 b   |  20 lines

  1. header_label : array[0..17] of String = (
  2. 'General',
  3. 'Tablespaces',
  4. 'Rollbacks',
  5. 'Users',
  6. 'Tables & Indexes',
  7. 'Partitions',
  8. 'Objects',
  9. 'Hit & Miss Ratio''s',
  10. 'Disk I/O, Events & Waits',
  11. 'Full table scans',
  12. 'Data Dictionary',
  13. 'Cursor & SQL processing',
  14. 'Locks',
  15. 'Session statistics',
  16. 'Shared Pool',
  17. 'Redo Logs',
  18. 'Two phase commits',
  19. 'Miscellaneous'
  20. );