Database Configuration Parameters (dbprefs.xml)
The file dbprefs.xml contains a number of parameters used to control and configure the working of the DataCaster database engine.
These configuration parameters use the Java preferences facility, and permanently store the preferences once they are entered in dbprefs.xml. Removing the entry from dbprefs will not reset the value to the default value. You can reset values only by changing the value to an emptty string "" in either the dbprefs.xml file or using the SetPreferences tool.
Top-level Parameters
Log Configuration
The following entries can be used to control log files created by DataCaster.
Database Archives
- db.archive_start_time is the time of day when the dump is scheduled for. This should be in HH:mm format.
- db.archive_interval is the interval between successive dumps. This is also specified in HH:mm format. You can even specify a large interval say 168:00 that dumps once every week.
- db.enable_archive is used to start or stop the timer that does the periodic dump.
If its value is set to true, then the timer is scheduled to do a dump periodically starting at the time specified in db.archive_start_time with an interval specified in db.archive_interval.
Transactions
SQL Query Processing
Index Configuration
Network Clients
Resource Control
The following parameters determine usage control default values for all users. By default no usage control is applied. A value of -1 turns off usage control for any given parameter.
Lucene Text Search