Intro
Oracle Database is an object-relational database management system produced and marketed by Oracle Corporation. You can use Domo’s Oracle Database Connector to pull data from your Oracle database and compile custom reports. You indicate the data you want by inputting an SQL query. You connect to Oracle Database in the Data Center. This topic discusses the fields and menus that are specific to the Oracle Database connector user interface. To add DataSets, set update schedules, and edit DataSet information, see Adding a DataSet Using a Data Connector.Prerequisites
To connect to Oracle Database and create a DataSet, you must have the following:- Your Oracle database server username and password
- The hostname or IP address of your Oracle database server
- Your Oracle port number
- Your Oracle database service name
Connecting to Your Oracle Account
This section enumerates the options in the Credentials and Details panes in the Oracle Database Connector page. The components of the other panes in this page, Scheduling and Name & Describe Your DataSet, are universal across most connector types and are discussed in great detail in Adding a DataSet Using a Data Connector.Credentials Pane
This pane contains fields for entering credentials to connect to your Oracle Database account. The following table describes what is needed for each field:Field | Description |
|---|---|
Username | Enter the username for your Oracle database. |
Password | Enter the password for your Oracle database. |
Host | Enter the hostname or IP address of your Oracle server. Example db.company.com |
Port | Enter your Oracle database port number. |
Service Name | Enter your Oracle database service name. |
Details Pane
This pane contains a primary Reports menu, along with various other menus which may or may not appear depending on the report type you select.Menu | Description | ||||||
|---|---|---|---|---|---|---|---|
Query Type | Select a query type.
| ||||||
| Query | Enter the SQL query to execute. | ||||||
| Query Parameter | Enter the query parameter value. It is the initial value for query parameter. The last run date is optional. By default, it is ‘02/01/1700’ if is not provided. Example: !{lastvalue:_id}!=1,!{lastrundate:start_date}!=02/01/1944 | ||||||
| Database Tables | Select the database table. | ||||||
| Table Columns | Select the table columns. | ||||||
| Query Helper | This query is automatically generated when you select a table and columns in the Database Table and Table Columns fields, respectively. Copy and paste this query into the Query field if you need help building a query. |