Difference between revisions of "HowTo:Connect To Oracle With A Workflow"
Line 24: | Line 24: | ||
# A column of the recordset (table) can be accessed by its index. | # A column of the recordset (table) can be accessed by its index. | ||
− | =Example | + | =Example= |
Connecting to an Oracle database and fetching data with the CreateOLETableScope activity<br /> | Connecting to an Oracle database and fetching data with the CreateOLETableScope activity<br /> | ||
[[File:ora_example_worfklow.JPG|440px|border|alt=Example Workflow|Example Workflow]]<br /> | [[File:ora_example_worfklow.JPG|440px|border|alt=Example Workflow|Example Workflow]]<br /> |
Revision as of 10:01, 12 February 2015
UBIK® uses OLEDB to connecti to Oracle via TNS (Transparent Network Substrate), therefore it is necessary to configure the connection to the server on your local environment prior to connecting to an Oracle database.