Set up a connection to Oracle DB.
The bulk insert data option is ideal for large data volumes. integrator.io builds the insert query for you automatically for each batch of records. Each batch's default number of records bound is 100, but you can use the Batch size field to tune your imports as needed.
By using metadata, you can now:
-
Search for a specific database, dataset, table, or column to add to your query.
-
Use lookups to find data.
-
Refresh your data to get new updates automatically.
Notice
-
The metadata search will fail if you have a database or table that contains a period ( . ).
-
You can use any schema and table name regardless of what you used in your connection with the following format in your import’s Destination table search: database.tableName.
Execute a SQL query once for each record.
You can write your SQL command in the SQL query text field. Click Edit () to the right of the text field to open the SQL Query builder AFE.
Execute a SQL query once per page of data. You can write your SQL command in the SQL query text field. Click Edit () to the right of the text field to open the SQL Query builder AFE.