"Oracle"
"Oracle"
Listing of Supported Databases »Details
- Oracle Database is a multi-model database management system produced and marketed by Oracle Corporation.
Connecting & Authenticating
- When configuring Oracle using DatabaseReference [URL ["url"]], "url" is typically of the form "oracle://user:password@host:port/name".
- In DatabaseReference [assoc], typical elements of assoc include:
-
"Backend" the type of SQL backend used"Name" the name of the database"Host" the host serving the database"Port" the server port through which to access the database"Username" the username used to authenticate the database"Password" the password used to authenticate the database
Supported Types
-
DATE DateObject with Instant granularityTIMESTAMP DateObject with Instant granularity and time zone supportNUMBER Real with fixed precisionINTEGER Integer
Examples
Basic Examples (1)
Create an Oracle connection using the URL wrapper:
The canonical form of a DatabaseReference for Oracle uses Association :
History
Introduced in 2020 (12.1)