Specify a directory for database-request statement caching files
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If the database-request statement information for a client exceeds the value that you specify
with the -clstmtCacheSize parameter or the default of 256 bytes of shared
memory, the information is stored in a temporary file. You can specify a directory for the
temporary file using PROMON, a VST, or a startup parameter.
To specify a directory using PROMON, choose option 8 in the Client Database-Request Statement Caching menu. The following appears:
|
Enter the name of the directory. The directory name cannot exceed 255 bytes in length, and the directory must be created prior to accessing this option.
For more information, see Database startup parameters file status (_DbParams) and Client Database-Request Statement Caching Directory (-clstmtCacheDir).