Jump to content

Oracle Database: Difference between revisions

From EDM2
Created page with "SQL Database system ====OS/2 tools that can access Oracle Database directly==== * REXX/SQL - SQL access for REXX - Open source - Current. Category:ToolsCat..."
 
Ak120 (talk | contribs)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[SQL]] Database system
[[SQL]] Database system


====OS/2 tools that can access Oracle Database directly====
==History==
* [[REXX/SQL]] - SQL access for [[REXX]] - Open source - Current.
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.


[[Category:Tools]][[Category:SQL]][[Category:Databases]][[Category:MS Windows Tools]][[Category:AIX Tools]][[Category:Linux Tools]][[Category:Solaris Tools]][[Category:HPUX Tools]][[Category:VMS Tools]][[Category:Digital Unix Tools]]
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.
 
==Database Access==
;C
* [[Oracle Pro*C]]
;REXX
* [[REXX/SQL]] - SQL access for [[REXX]]
* RXORA - Oracle REXX Interface for OS/2
* SQL*REXX - REXX library for Oracle 7 (Amtek Computing)
 
[[Category:SQL]][[Category:RDBMS]]

Latest revision as of 21:00, 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.

Database Access

C
REXX
  • REXX/SQL - SQL access for REXX
  • RXORA - Oracle REXX Interface for OS/2
  • SQL*REXX - REXX library for Oracle 7 (Amtek Computing)