d-toc |
---|
d-s-ed | ||||
---|---|---|---|---|
|
Excerpt |
---|
You can create connections to one or |
...
more
|
D s conntype cloud |
---|
D s oracle type inference |
---|
If you are connecting
D s product |
---|
D s conntype | ||
---|---|---|
|
D s conntype | ||
---|---|---|
|
D s item | ||
---|---|---|
|
For more information, see Getting Started with Trifacta.
See Whitelist Platform Service.
...
- Read: Supported
- Write: Supported
Configure
To create this connection:
- In the Import Data page, click the Plus sign. Then, select the Relational tab. Click the Oracle card
card.D s conntype type oracle - You can also create connections through the Connections page. See Connections Page.
...
Property | Description | |||||
---|---|---|---|---|---|---|
Host | Enter your hostname. Example:
| |||||
Port | Set this value to 1521 . | |||||
Connect String options | Please insert any connection options as a string here. See below. | |||||
Enable SSL | Select the option if the connection should use SSL.
| |||||
Service Name | Enter the name of the Oracle service. | |||||
User Name | (basic credential type only) Username to use to connect to the database. | |||||
Password | (basic credential type only) Password associated with the above username. | |||||
Test Connection | After you have defined the connection credentials type, credentials, and connection string, you can validate those credentials. | |||||
Advanced options: Enable SSH Tunneling | If available, the SSH tunneling options allow you to configure SSH tunneling authentication between the
For more information, see Configure SSH Tunnel Connectivity. | |||||
Connection Name | Display name of the connection | |||||
Connection Description | Description of the connection, which appears in the application. |
Reference
Connection URL
The properties that you provide are inserted into the following URL, which connects
D s product |
---|
Code Block |
---|
<host>:<port>/<service_name> |
Connect string options
The connect string options are optional. If non-standard connections are required, Oracle supports
D s conntype | ||
---|---|---|
|
When the connect string options field is used:
...
For more information, please see the documentation for the Oracle driver
D s conntype | ||
---|---|---|
|
Driver Information
This connection uses the following driver:
Driver name:
oracle.jdbc.driver.OracleDriver
- Driver version:
com.oracle.database.jdbc:ojdbc8:19.9.0.0
- Driver documentation: https://docs.oracle.com/en/database/oracle/oracle-database/19/index.html
Create via API
This connection can also be created using the API.
- Type:
jdbc
- Vendor:
oracle
For more information, see
D s api refdoclink |
---|
#operation/createConnection |
Troubleshooting
For more information on common error messages, see https://docs.oracle.com/cd/E11882_01/java.112/e16548/apxermsg.htm#JJDBC28962.
"Could not create dataset - Lexical error"
When you attempt to create a dataset with SQL from an Oracle database, you may receive an ORA error similar to the above. These queries may work in other database tools.
Solution:
The solution is to apply aliasing impacted columns in your SQL query. For more information, see Supported SQL Syntax.
Use
SQL Syntax
The following syntax requirements apply to this connection.
Object delimiter: double-quote
Example syntax:
Double quotes required around database and table names and not required around column names.
Code Block |
---|
SELECT "column1","column2" FROM "databaseName"."tableName"; |
For more information on SQL in general, see Database BrowserSupported SQL Syntax.
Data Conversion
For more information on how values are converted during input and output with this database, see Oracle Data Type Conversions.
D s also | ||
---|---|---|
|