-cv server option

Controls the appearance of messages about cache warming in the database server messages window.

Syntax
{ dbsrv11 | dbeng11 } -cv { + | - } ...
Applies to

All operating systems and database servers.

Remarks

When -cv+ is specified, a message appears in the database server messages window when any of the following cache warming activities occur:

  • collection of requested pages starts or stops (controlled by the -cc server option)

  • page reloading starts or stops (controlled by the -cr server option)

By default, this option is turned off.

See also
Example

The following command starts the database mydatabase.db with database page collection and page loading turned on, and logs messages about these activities to the database server messages window:

dbsrv11 -cc+ -cr+ -cv+ mydatabase.db