Oracle SQL

Supported Tasks

  • Extract

  • Load

Fields

Field
Description
Example

Host

The hostname of the Oracle SQL server.

oracle-sql.example.com

Port

The port the Oracle SQL server is listening on. By default, it's 1521.

1521

Username

The name of the Oracle SQL user.

oracle

Password

The password associated with the specified username.

oracle

Service Name

The name of the database to connect to.

my_db

Connect Timeout

The timeout, in seconds, when connecting to the database. By default, it's 30 seconds.

30

Last updated

Was this helpful?