Jump to content

Oracle Database: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[SQL]] Database system
[[SQL]] Database system
==History==
The first product Oracle RDBMS Version 2 was introduced in 1979 for PDP-11 under RSX-11.
Oracle Version 3 from 1983 was a complete rewrite in [[C]] programming language. The company name changed from RSI to Oracle Corporation.
Oracle Version 4 (1984) was also ported to the [[IBM PC]]. Oracle Version 5 (1985) was the first DOS product that breaks through the 640K barrier by using extended memory.
Oracle Version 6 (1988) introduced many new features and was available for OS/2.
Oracle7 (1992) was fully compliant with the SQL89 ANSI/ISO SQL standard.


==OS/2 tools that can access Oracle Database directly==
==OS/2 tools that can access Oracle Database directly==
* [[REXX/SQL]] - SQL access for [[REXX]] - Open source - Current
* [[REXX/SQL]] - SQL access for [[REXX]]
* SQL*REXX - REXX library for Oracle 7 (Amtek Computing)
* SQL*REXX - REXX library for Oracle 7 (Amtek Computing)


[[Category:SQL]][[Category:Databases]]
[[Category:SQL]][[Category:RDBMS]]

Revision as of 20:55, 25 February 2024

SQL Database system

History

The first product Oracle RDBMS Version 2 was introduced in 1979 for PDP-11 under RSX-11. Oracle Version 3 from 1983 was a complete rewrite in C programming language. The company name changed from RSI to Oracle Corporation.

Oracle Version 4 (1984) was also ported to the IBM PC. Oracle Version 5 (1985) was the first DOS product that breaks through the 640K barrier by using extended memory.

Oracle Version 6 (1988) introduced many new features and was available for OS/2.

Oracle7 (1992) was fully compliant with the SQL89 ANSI/ISO SQL standard.

OS/2 tools that can access Oracle Database directly

  • REXX/SQL - SQL access for REXX
  • SQL*REXX - REXX library for Oracle 7 (Amtek Computing)