Previous Topic: Multiuser EnvironmentNext Topic: Data Sharing Environment


Single-user Environment

Local Mode

In local mode, the DBMS, which is loaded at program execution time, handles requests for database services, but does not support requests from multiple users.

A batch program that runs in local mode executes entirely in its own address space.

Local mode:

Recovery in the event of abnormal termination is accomplished through manual recovery operations.