Connect to an Oracle Database

This procedure describes the easiest method for connecting to an Oracle database. If you do not have the appropriate Oracle driver installed, Alteryx will prompt you to install it.

  1. Drag an Input Data Tool or Output Data Tool onto the canvas and select it.
  2. In the Configuration window, click the drop-down arrow and select Oracle.
  3. Alteryx will check your system for an Oracle driver.
  4.  In Connection Name, type a new connection name or select an existing connection. New connections are stored in the Manage Data Connections Window.
  5. Select a connection Type (new connections only):
  6. In Host, type the Oracle database server host name or IP address.
  7. Type the Port number for the Oracle database. The default value is 1521.
  8. Type a Service Name, if desired. The service name defaults to the global database name if you leave this field blank.
  9. Type your Credentials for the server.
  10. See Connection Setup Considerations for more information on authentication requirements.

  11. Click Test to test the connection.
  12. Click OK.
  13. If you are connecting to an Oracle database with Unicode data, select Force SQL WChar Support in the Input Data Tool Configuration window. Character columns are then treated as SQL_WCHAR, SQL_WVARCHAR, or SQL_WLONGVARCHAR.

Alternate Oracle connection methods