Prior to connecting to an Oracle database it is necessary to configure the connection to the server on your local environment. UBIK® uses OLEDB to connecti to Oracle via TNS (Transparent Network Substrate).
TESTDB=
(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(Host =AUGTESTORACLE.cloudapp.net)(Port = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = UBIKTEST) )
)
Connecting to an Oracle database and fetching data with the CreateOLETableScope activity Oratest.uwf
Connecting to oracle DB and reading data with a CreateOLEQueryScope: Example workflow sql statement.uwf