Use Links to Access Oracle Database Cloud Service
Use links to accessOracle Database Cloud Service. You can read or store historical data, data from your Enterprise Resource Planning (ERP) system, or summary data. Then you can access Oracle Database as a Service links from your analytics processors to retrieve data to contextualize the data gathered from sensors and devices.
-
Access to an Oracle Database Cloud Service instance: you need a JDBC connection string, a user name and a password.
A JDBC connection string has the following format:
jdbc:oracle:thin@db-host-name:db-port:db-service-name
. -
An analytics object to store the data that your read or write toOracle Database Cloud Service.
Note:
When you define your analytics object follow these rules:
-
The name of the fields in the analytics objects must be all uppercase letters.
-
The fields that correspond to columns formatted as numbers must be of type
double
.
-
-
If you add this link to your analytics processor and generate the source template, the source template will include a line of code that injects this link into your analytics processor.
-
If you selected Use from Worksheets, you can use this link in the
from
clause of the queries in your worksheets.