Content deleted Content added
←Created page with 'The OS 2200 database managers are all part of the Universal Data System (UDS). UDS provides a common control structure for multiple different data models. Flat fi...' |
Rem. adv. and lang |
||
(18 intermediate revisions by 9 users not shown) | |||
Line 1:
{{Advert|date=May 2022}}
The OS 2200 database managers are all part of the Universal Data System (UDS). UDS provides a common control structure for multiple different data models. Flat files (sequential, multi-keyed indexed sequential – MSAM, and fixed-block)<ref>Unisys Corporation (1997). <u>Shared File System (SFS 2200) Administration and Support Reference Manual</u>. (Unisys publication 7831 0786). Roseville, MN. http://public.support.unisys.com/2200/docs/cp12.0/pdf/78310786-002.pdf </ref>, [[Network model|network]] (DMS)<ref>Unisys Corporation (1999). <u>Data Management System (DMS 2200) Schema Data Definition Language (DDL) Administration, Operations, and Programming Guide</u>. (Unisys publication 7831 0745). Roseville, MN. http://public.support.unisys.com/2200/docs/cp12.0/pdf/78310745-004.pdf </ref>, and [[Relational database|relational]] (RDMS)<ref>Unisys Corporation (1998). <u>Relational Data Management System (RDMS 2200) and IPF SQL Interface End Use Guide</u>. (Unisys publication 7831 0778). Roseville, MN. http://public.support.unisys.com/2200/docs/cp12.0/pdf/78310778-002.pdf </ref> data models all share a common locking, recovery, and clustering mechanism. OS 2200 applications can use any mixtures of these data models along with the high-volume transaction file system<ref name="FCSS"/> within the same program while retaining a single common recovery mechanism.<ref>Unisys Corporation (2009). <u>Universal Data System Administration and Support Reference Manual</u>. (Unisys publication 7831 0737). Roseville, MN. http://public.support.unisys.com/2200/docs/cp12.0/pdf/78310737-017.pdf </ref>▼
{{Short description|Aspect of Unisys OS 2200 operating system}}
▲The [[Unisys OS 2200 operating system|OS 2200]] database managers are all part of the Universal Data System (UDS).
The database managers are implemented as a [[Unisys OS 2200 operating system#Subsystems|protected subsystem]] and are called procedures in user programs and other subsystems. The database managers support access using many common distributed data access protocols and [[API|APIs]], including [[Java Database Connectivity|JDBC]], [[OLE DB]], and [[Open Database Connectivity|ODBC]].
The heart of the database and transaction system is Integrated Recovery.
== References ==
<references/>
[[Category:Unisys software]]
▲The heart of the database and transaction system is Integrated Recovery. “Integrated” implies the integration of all data models, the transaction file manager, the transaction scheduler, and the message queues. All activity in all of these areas is [[Journal (computing)|journaled]] (written to the [[Audit trail|audit trail]]). The audit trail is managed by the Exec which ensures synchronization for all users.<ref>Unisys Corporation (2009). <u>Integrated Recovery Conceptual Overview</u>. (Unisys publication 7830 8186). Roseville, MN. http://public.support.unisys.com/2200/docs/cp12.0/pdf/78308186-003.pdf </ref>
|