WORKING ENVIRONMENT
 
Previous Chapter: Introduction
Next Chapter: Installation 

All user activity is controlled by the database manager program. Run as a service on Windows NT or as an executable program on the rest of supported platforms, the database manager is the first Ovrimos module to start and the last to stop (if at all).

Once the database manager is running, it listens to an HTTP Port (9000 is the default port value), thus allowing users to connect through any browser.

A user authentication is required before connecting to the database manager.
Two more executable programs are required for using a database, the dbmcore (a low level data management engine) and the sqlcore (a proxy for SQL and HTTP clients).

For every database to be started, one copy of the dbmcore and one copy of the sqlcore is run. These again, are executable programs, except for Windows NT, were they are installed as services.

Users may connect to any running database as long as they are authenticated database users.
Note: The database manager authentication does not automatically guarantee access to all database data. Every database has an administrator. Database users and user privileges are the database administrator's responsibility.

Users may connect to a running database by any of the following four ways:

The number of concurrent database connections is limited by the product license.
Users disconnect from the database, but they have no privilege to stop it.
The database administrator may Shutdown (stop) the database. It is also possible to stop the database from the database manager program.

By closing the browser, the user of the database manager program disconnects from the database manager, but leaves the service (or executable) running, ready to accept a new connection request on the database manager HTTP Port. See also The Database Manager.

 
 
 
Previous Chapter: Introduction Next Chapter: Installation