Oracle Bulk Import
Comments
-
We have put together a proof of concept for comparing various methods of importing data into SQL Server from Oracle. Currently we used a console app in c# using the Bulk Insert method of the System.sql namespace. Is this something that is exposed in Decisions that could be reused? Is it used by default when you add a table for the insert step?
-
[color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]For Oracle connectivity, Decisions uses the Oracle.ManagedDataAccess.dll but the Batch Insert step does not currently extend to support Oracle. [/font][/color]
[color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
[/font][/color]
[color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]If you would like to extend Decisions to add your bulk insert code you could do the following to add it: [/font][/color]
[color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
[/font][/color]
[color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
1. Put your code in a DLL that references the unmanaged Oracle driver and the Decisions SDK (so you can mark classes or methods as Decisions steps)
2. Drop the unmanaged Oracle driver into the path where Decisions can find it.
3. Copy your DLL into the ServicesDlls directory of the Decisions.Local module.
[/font][/color]
[color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
[/font][/color]
https://documentation.decisions.com/deploying-server-side-extensions/
Howdy, Stranger!
Categories
- 4.2K All Categories
- 67 General
- 11 Training
- 202 Installation / Setup
- 1.1K Flows
- 106 Rules
- 262 Administration
- 212 Portal
- 490 General Q & A
- 695 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 52 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 179 Pages
- 5 Process Mining
- New Features
- 179 Datastructures
- 69 Repository
- 221 Integrations
- 28 Multi-Tenant
- 27 SDK
- 78 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 83 Lunch And Learn Questions