Prerequisites
- Octoparse Free plan or above
- Oracle 11g or later
- Oracle Instant Client (64-bit) installed — see below
- A user account with write permission on the target schema
Install the Oracle Instant Client
Octoparse uses Thick mode to connect to Oracle, so the Instant Client is required.- Download Instant Client Basic (64-bit) from Oracle’s website.
- Extract it to a local directory (e.g.
C:\oracle\instantclient). - Add that directory to the system PATH.
- Restart Octoparse.
Note: the Instant Client architecture must match Octoparse (both 64-bit). Mismatched architectures throw DPI-1047.
Configure the export
Fill in the export settings in the following order: Configuration name Give the config a name so you can reuse it later. The dropdown lets you pick an existing config or type a new name to create one. Connection details
Octoparse assembles a connection string in the form
{server}:{port}/{database} automatically.
Table Owner is required. In Oracle, tables belong to a specific schema — without Table Owner, Octoparse can’t query or write to the target. It’s usually the same as Username, but may differ when using a shared schema.Database name For Oracle, Database name is a free-text field (service name or SID) — there’s no dropdown. Database Table After filling in Database name, pick the target table from the Database Table dropdown (queried from
user_tables). Create the table in the target schema ahead of time; Octoparse reads its columns for field mapping.
Test Connection
Click Test Connection to validate the connection, then click Export to start.