Difference between revisions of "HowTo:Connect To Oracle With A Workflow"
(→Example) |
|||
Line 28: | Line 28: | ||
=Example= | =Example= | ||
− | Connecting to an Oracle database and fetching data with the CreateOLETableScope | + | Connecting to an Oracle database and fetching data with the [[Activity: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 /> | ||
+ | |||
[[File:oratest.uwf|220px|border|alt=Example Workflow|Example Workflow]] | [[File:oratest.uwf|220px|border|alt=Example Workflow|Example Workflow]] | ||
+ | |||
<br/><br/><br/> | <br/><br/><br/> | ||
Connecting to oracle DB and reading data with a CreateOLEQueryScope: [[File:example_workflow_sql_statement.uwf|220px|border|alt=Example SQL Statement Workflow|Example SQL Statement Workflow]] | Connecting to oracle DB and reading data with a CreateOLEQueryScope: [[File:example_workflow_sql_statement.uwf|220px|border|alt=Example SQL Statement Workflow|Example SQL Statement Workflow]] | ||
<br/> | <br/> | ||
− | |||
[[Category:OLE]] | [[Category:OLE]] | ||
[[Category:How-To]] | [[Category:How-To]] |
Revision as of 11:55, 23 February 2015
UBIK® uses OLEDB to connect 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.