The run directory of a database is the directory where the database system saves the configuration and log files of the database. If you enter a relative path when working with a database, the database system will always interpret this path as being relative to the run directory.
The default value for the run directory path is <global_data_path>\wrk\<database_name>\ or <private_data_path>\wrk\<database_name>\ (if you have configured a private data path during installation).
Note
To display the data paths for the database <database_name>, enter the following command on the command line:
dbmcli -d <database_name> -u <dbm_operator_name>,<dbm_operator_password> dbm_getpath DataPath
You require the name and password of a DBM operator.
The database system stores the run directory path in the RunDirectoryPath general database parameter.
Run directory of the DEMODB database
Microsoft Windows:
C:\ProgramData\sdb\globaldata\wrk\DEMODB\
Unix and Linux:
/var/opt/sdb/globaldata/wrk/DEMODB/
Database Manager CLI, dbm_getpath
Database Studio, Displaying the Database Properties
Database Administration in CCMS, Properties
Glossary, Directory, Log File, Configuration File, Documentation Variable