| Program/Utility |
Executable |
Description |
| Database Backup |
DBBACKUP DYNABACK |
Database backup utilities
|
| Database Copy and Transfer |
COPYDB RECASTDB |
Database structure copying and transfer
|
| Data Dictionary Definition |
MAKEDB |
Database setup and modification
|
| Database Integrity Checking |
DBCHECK DYNACHEK |
Data integrity checking
|
| Database Manager |
SRVx or DP4SRVR.W32 |
(x denotes the operating system) manages the data in a
database
|
| Table Link Generation |
MAKELINK |
Generate the links between tables in the data dictionary
|
| Reorganise a Database |
REORGDB |
Reorganise or rebuild a database after you make changes to the
structure
|
| Roll-Back Recovery |
DBRECOV |
Recover the database after a system crash
|
| Roll-Forward Recovery |
DBRESTOR |
Restore a database from backups, with the option to apply the
transaction log for roll-forward recovery
|
| Set Table Link Attributes |
SETLINK |
Set up the rules on the indexes between tables, such as 'child
delete', 'parent check' and 'prevent change'
|