English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How is one implemented? How is it used?

2006-09-09 09:28:50 · 3 answers · asked by physicist05 2 in Computers & Internet Programming & Design

3 answers

A server layer encapsulating databases; such server is carefully programmed to manage performance and concurrency.

Performance and concurrency is the key issue of databases in enterprise setting therefore a server software is encapsulating the files that make up the information set.

Usually used by external APIs like JDBC, ODBC, OLE DB and etc, to another tier than manages either business logic and/or actual user interfaces. Not used by clerks directly but through external layers of programs.

2006-09-09 09:39:31 · answer #1 · answered by Andy T 7 · 0 0

A database management system (DBMS) is a system or software designed to manage a database, and run operations on the data requested by numerous clients. Typical examples of DBMS use include accounting, human resources and customer support systems. DBMSs have more recently emerged as a fairly standard part of any company back office.

An ENTERPRISE DBMS merely refers to a DBMS suitable to enterprise use, as opposed to academic or personal. Such a dbms is expected to have the following characteristic:
1. High Availability - is always up and functioning
2. High Reliability - is always performing as expected
3. Scalable - can handle any amount of data/transaction even if it means adding more resources sometimes
4. Manageable - doesn't require much esoteric knowledge and can be learned by anyone with reasonable effort
5. Secure

2006-09-09 10:12:16 · answer #2 · answered by CuriousGeorge 1 · 0 0

Enterprise Dbms

2016-10-18 11:36:11 · answer #3 · answered by ? 4 · 0 0

This Site Might Help You.

RE:
What is a enterprise DBMS(database managment system)?
How is one implemented? How is it used?

2015-08-16 21:27:59 · answer #4 · answered by Anonymous · 0 0

A type of software program used to create, maintain, and access databases

2006-09-09 09:49:53 · answer #5 · answered by crashcallahan 1 · 0 0

fedest.com, questions and answers