Rdb/VMS is a relational database management system (RDBMS) for the Hewlett-Packard OpenVMS operating system. It was originally created by Digital Equipment Corporation (DEC) in 1984 as part of the VMS Information Architecture, intended to be used for data storage and retrieval by high-level languages and/or other DEC products such as DATATRIEVE, RALLY, and TEAMDATA.
| Property | Value |
| p:abstract
| - Rdb/VMS is a relational database management system (RDBMS) for the Hewlett-Packard OpenVMS operating system. It was originally created by Digital Equipment Corporation (DEC) in 1984 as part of the VMS Information Architecture, intended to be used for data storage and retrieval by high-level languages and/or other DEC products such as DATATRIEVE, RALLY, and TEAMDATA.
In 1994 DEC sold the Rdb division to Oracle Corporation where it was rebranded Oracle Rdb. Oracle is still enhancing and developing this product in 2008 (although "Oracle Database" products like Oracle 10g get the lion's share of Oracle's advertising budget). It currently runs on OpenVMS for VAX, Alpha and IA-64(Itanium). It used to run on DEC Tru64 and Microsoft Windows NT, Demand for the Tru64 version was so low that support was dropped. The Microsoft Windows NT port was never released as Oracle could not obtain support on the compilers necessary for this platform.
Rdb featured one of the first cost-based optimizers, and after acquisition Oracle introduced a cost-based optimizer in its regular Oracle RDBMS product.
Interactive access to the Oracle Rdb can be by SQL (Structured Query Language), RDO (Relational Database Operator), or both.
High level languages usually access Oracle-Rdb by:
#embedding RDO statements in the source file then running it through a precompiler
#:(example: "file.RCO" is pre-complied into "file.COB")
#embedding SQL statements in the source file then running it through a precompiler
#:(example: "file.SCO" is pre-compiled into "file.COB")
#placing the SQL statements in a file external to the source code; this separate file is converted to object code by the "SQL Module Language" compiler, and the source code then references these SQL statements and, after compilation, the two are joined by the OpenVMS linker.
example: $ SQL$MOD file_bas.sqlmod -> file_bas.obj
$ BASIC file.bas -> file.obj
$ LINK file.obj,file._bas.obj -> file.exe
A variation of example 3 allows "Dynamic SQL" to be created in the source code, and then used to communicate with Rdb via a structure known as SQLDA (SQL Descriptor Area).
On OpenVMS systems, Oracle Rdb is a popular (although expensive) upgrade path for applications written using indexed Record Management Services (RMS) files, an ISAM technology built directly into OpenVMS. (en)
- Oracle Rdb(オラクル アールデービー)はOracleのリレーショナルデータベース管理ソフトウェア (RDBMS) 。旧名称は DEC Rdb。
ディジタル・イクイップメント・コーポレーション (DEC) のVAX/VMSプラットフォームで動作する同RDBMSは、現在オラクル社に売却され、オラクル社がメンテナンスおよびサポートを行っている。Oracle Databaseとの互換性はないが、相互運用のためのサポートも含めオラクル社が対応を行っている。両RDBMSのソフトウェア的な統合の予定は今のところ無い。 (ja)
- RDB — система управления базами данных в операционной системе OpenVMS. Разработанна в 1984 в DEC как часть архитектуры VMS, и была рассчитана для использования в языках программирования высокого уровня для хранения и доступа к информации. Поддерживает SQL и RDO.
В 1994 году куплен Oracle вместе в разработчиками системы и переименован в Oracle Rdb.
В данный момент работает на OpenVMS на VAX, Alpha и Itanium. В прошлом были версии для DEC Tru64 и Microsoft Windows NT, но разработка и поддержка была приостановлены из-за низкого спроса на этих платформах.
В некотором роде RDB нашла свое продолжение в виде кросс-платформенной РСУБД Interbase, разрабатываемой компанией Borland и ее open-source клонов (Firebird, Yaffil, etc.). Часть кода реализации прародителей Interbase было взято напрямую из RDB, чему свидетельствует, например, префикс «RDB$» ко всем системным таблицам и вообще частое использование знака «$», к которому тяготели разработчики из DEC. (ru)
|
| p:hasPhotoCollection
| |
| p:reference
| |
| p:wikipage-ja
| |
| p:wikipage-ru
| |
| rdfs:comment
| - Rdb/VMS is a relational database management system (RDBMS) for the Hewlett-Packard OpenVMS operating system. It was originally created by Digital Equipment Corporation (DEC) in 1984 as part of the VMS Information Architecture, intended to be used for data storage and retrieval by high-level languages and/or other DEC products such as DATATRIEVE, RALLY, and TEAMDATA. (en)
- Oracle Rdb(オラクル アールデービー)はOracleのリレーショナルデータベース管理ソフトウェア (RDBMS) 。旧名称は DEC Rdb。 (ja)
- RDB — система управления базами данных в операционной системе OpenVMS. Разработанна в 1984 в DEC как часть архитектуры VMS, и была рассчитана для использования в языках программирования высокого уровня для хранения и доступа к информации. Поддерживает SQL и RDO. (ru)
|
| rdfs:label
| - Oracle Rdb (en)
- Oracle Rdb (ja)
- Rdb (ru)
|
| skos:subject
| |
| foaf:page
| |
| p:products
| |