Home Dbms Tutorials Types of database utilities and its functions

Types of database utilities and its functions

by anupmaurya

In this article, you’ll learn about the types of database utilities and its functions

Database utilities have the following types of functions:

  1. Loading : A loading utility is used to load existing data files—such as text files or sequential files—into the database. Usually, the current (source) format of the data file and the desired (target) database file structure are specified to the utility, which then automatically reformats the data and stores it in the database.
    With the proliferation of DBMSs, transferring data from one DBMS to another is becoming common in many organizations. Some vendors are offering products that generate the appropriate loading programs, given the existing source and target database storage descriptions (internal schemas). Such tools are also called conversion tools.
  2. Backup: A backup utility creates a backup copy of the database, usually by dumping the entire database onto tape or other mass storage medium. The backup copy can be used to restore the database in case of catastrophic disk failure.
    Incremental backups are also often used, where only changes since the previous backup are recorded. Incremental backup is more complex, but saves storage space.
  3. Database storage reorganization: This utility can be used to reorganize a set of database files into different file organizations, and create new access paths to improve performance.
  4. Performance monitoring: Such a utility monitors database usage and provides statistics to the DBA. The DBA uses the statistics in making decisions such as whether or not to reorganize files or whether to add or drop indexes to improve performance.

Other utilities may be available for sorting files, handling data compression, monitoring access by users, interfacing with the network, and performing other functions.


 This article is contributed by Kusmendra Kamal. If you like Techarge and would like to contribute, you can also write an article using https://techarge.in/start-blogging-with-us/ or mail your article to techarge.in@gmail.com. See your article appearing on the Techarge Home page and help others to learn. 🙂

 

You may also like

Adblock Detected

Please support us by disabling your AdBlocker extension from your browsers for our website.