Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Oracle Rdb
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Data access== 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-compiled 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 (computing)|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 [[Files-11|Record Management Services]] (RMS) files.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)