Consultor Eletrônico



Kbase P106318: How can I display checkpoint information for my database?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/02/2006
Status: Verified

GOAL:

How can I display checkpoint information for my database?

GOAL:

Can I display checkpoint information from 4GL code?

GOAL:

Does Promon display checkpoint information?

FIX:

Connect to the database in the procedure editor and run the following 4GL code to display checkpoint information:
FOR EACH _checkpoint:
DISPLAY _checkpoint-Time
_checkpoint-Len
_checkpoint-cptQ FORMAT ">,>>9"
_checkpoint-Flush FORMAT ">,>>9".
END.

Promon will also display checkpoint information.
1. promon dbname
2. R&D
3. Other Displays
4. Checkpoints