Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I referred to the link https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Tutorial/AddSourceOra_samp...m to setup Oracle database as my end point. However it failed in verification.
Under connection string: hostname:port/service_name
I added
hostname:1521/servicename
Where does Qlik replicate picks up the oracle service name?
the service name is from your TNS :
Apparently Qlik Replicate doesn't pick up any tnsnames.ora. I specific the following strings in the connection string box and manage to get it setup.
Please replace HOST, PORT and SERVICE_NAME to your environment.
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp) (HOST=servername) (PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=service.domain.com)))
It works for me.
Regards
Desmond
>> Qlik Replicate doesn't pick up any tnsnames.ora.
Replicate just passes everything on to Oracle OCI which can look up TNSnames.
If you used the instaclient, then the TNSnames is looked for in that install directory, not the usual home\network\admin
https://www.oracle.com/database/technologies/faq-instant-client.html