Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: henk01Many thanks for all suggestions, all is working.
Just to confirm the steps followed:
1. downloaded Oracle Instant Client, extract all files in a Oracle directory
2. updated the �Path� environment variable to include the Oracle Instant Client directory
3. used �OCI� as DbInterface
Then I had some issues with defining the DbService:
"Unable to attach to server 'mdsale01.mdsuk.com': ORA-12154: TNS:could not resolve the connect identifier specified"
3. created a tnsnames.ora file (e.g. in the directory of the Oracle Instant Client)
(to define the server, port number and service name)
4. created an environment variable TNS_ADMIN to point to the directory where
tnsnames.ora can be found.
When installing the full client you will have the SQL*Net Easy Configurator (or other tools) to generate or update the tnsnames.ora file. When using the Oracle Instant Client you will have to create this file using a text editor, but it is very straight forward.
And that was all.
Many thanks,
Henk