The DBA will need many utilities to implement proper control over the database. The following are some examples.
- Load routines - to create the initial database.
- Dump/restore routines - for backup and recovery purposes.
- Reorganization routines - to rearrange the data for various performance reasons.
- Statistical routines - to compute performance statistics etc.
- Analysis routines - to analysis the statistics.
These tools allow the DBA to monitor the performance of the DBMS. |