Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Oracle Connection

Hi All,

I am trying to connect qlikview(on my home desktop)   to oracle database(at clients location) 

I have installed Oracle instant client basic  and instant client ODBC

and created system variable(TNS_ADMIN) on my computer with variable value as C:\Oracle\instantclient_11_2\Network\Admin

and  i have defined tnsnames.ora file  as following 

TNS_ADMIN=

  (DESCRIPTION =

    (ADDRESS_LIST =

      (ADDRESS = (PROTOCOL = TCP)(HOST = 1.1.1.1)(PORT = 1521))

    )

    (CONNECT_DATA =

      (SERVICE_NAME = MX6LFP )

    )

  )

I have changed the host address in the script i pasted here for security reasons 

and when i try to create a ODBC connection i get following error .  Apprecite any help on this

ODBC_Error.JPG

Thanks


1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

The error message says "Connection Timeout occurred", usually this error occurs if you do not have access to the system.   

Regards,

Jagan.

View solution in original post

1 Reply
jagan
Partner - Champion III
Partner - Champion III

Hi,

The error message says "Connection Timeout occurred", usually this error occurs if you do not have access to the system.   

Regards,

Jagan.