Originally posted by: lgarripee
It's been a number of years since I accessed a db in a map. I wish to access a remote oracle database and get a nextval from a sequence. I assume I need to create a mdq file and reference it in my mapping rule.
I created a mdq with the following settings:
Adapter
Type: Oracle
Platform: Linux
Connect String
Database Interface Designer: datahubd
Runtime: datahubd
Security
User ID: myid
Password: mypassword
The DB is on a remote linux server and has the following entry in the tnsnames.ora file:
DATAHUBD = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = factorydatdev) (PORT = 1521) ) ) (CONNECT_DATA = (SID = datahubd) ) )
I don't appear to be connecting. How would I retrive a nextval within my mapping rule?
Thanks!
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender