Specifying a directory for database-request statement caching files
- Last Updated: January 29, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Specifying a directory for database-request statement caching files
If the database-request statement cache information for a client exceeds 256 bytes of shared memory, it is stored in a temporary file. You must specify a directory for these temporary files, but you may do so 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 must be created prior to accessing this option.
You can also specify the directory using the _DbParams VST or the Client Database-Request Statement Caching Directory parameter (-clstmtcachedir).
For more information, see Database startup parameters file status (_DbParams) and Client Database-Request Statement Caching Directory (-clstmtcachedir).