Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »


Contents:

Our documentation site is moving!

For up-to-date documentation of Designer Cloud on AWS, please visit us at https://help.alteryx.com/AWS/.

   

Feature Availability: This feature may not be available in all product editions. For more information on available features, see Compare Editions.

Contents:


You can create connections to one or more Oracle databases from Designer Cloud

NOTE: You cannot disable type inference for Oracle sources. This is a known issue.

If you are connecting Designer Cloud to any relational source of data, such as Redshift or Oracle, you must add the Alteryx Service to your whitelist for those resources.

For more information, see Getting Started with Trifacta.


Configure

To create this connection:

  • In the Import Data page, click the Plus sign. Then, select the Relational tab. Click the Oracle card. 
  • You can also create connections through the Connections page. See Connections Page.

Modify the following properties as needed:

PropertyDescription
Host
Enter your hostname. Example:


testsql.database.windows.net
PortSet 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.

NOTE: Additional configuration may be required in the database server. For more information, please consult the documentation that was provided with the distribution.


NOTE: SSL connections are not supported in Designer Cloud.




Service NameEnter 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 ConnectionAfter you have defined the connection credentials type, credentials, and connection string, you can validate those credentials.
Connection NameDisplay name of the connection
Connection DescriptionDescription of the connection, which appears in the application.

Reference

Connection URL

The properties that you provide are inserted into the following URL, which connects  Designer Cloud to the connection:

<host>:<port>/<service_name>

Connect string options

The connect string options are optional. If non-standard connections are required, Oracle supports using tsnames format. 

When the connect string options field is used:

  • The connect string options parameters are prepended with jdbc:oracle:thin:@.
  • The following fields are ignored from the form. These values must be specified as part of the tsnames :
    • Host
    • Port
    • Service
    • SSL

After you specify the connect string options, the generated connection URL is automatically prepended with the following protocol information. Do not add this to the connection URL or connect string options:

jdbc:oracle:thin:@

Examples are below.

Use SID:

If you are using a service identifier, instead of a service name, please specify your connection string options as follows:

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle.rds.example.com)(PORT=1521))(CONNECT_DATA=(SID=orcl)))

Use TCPS:

If TCPS protocol is required, you can specify your connection string options as follows:

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=oracle.rds.example.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))

For more information, please see the documentation for the Oracle driver.

Driver Information

This connection uses the following driver:

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

For more information, see Database Browser.

Data Conversion

For more information on how values are converted during input and output with this database, see Oracle Data Type Conversions.

  • No labels

This page has no comments.