Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
olguita2014
Creator
Creator

Not able to extract data from Oracle database

Hi,

I am trying connect with Oracle Database, but not able to extract data, but I do not have error.

What Can I do?

Please help me.

1 Solution

Accepted Solutions
jerifortune
Creator III
Creator III

  • Create data Connection using Qlik ODBC Connector Package
  • Supply the connection parameters
  • Under Advanced
  • Enter 'QueryTimeout' as Name and -1 as Value

Hope this helps

View solution in original post

5 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Perhaps your query returns no data - but I cannot really say as you have provided no information for diagnosis. I suggest that you provide a lot more information. Have you tested the query outside QS (eg in Toad or command line SQL)?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
olguita2014
Creator
Creator
Author

I am working with Oracle DataBase.

When I am trying connect to Qlik, I have this print:

WhatsApp Image 2018-04-23 at 16.30.17.jpeg

jerifortune
Creator III
Creator III

Your query could be timing out. It is common with Oracle DB. When the DB times you out, it returns no records without displaying any error message.

Try to set Querytimout to -1

olguita2014
Creator
Creator
Author

Where can I set the Querytimout to -1

jerifortune
Creator III
Creator III

  • Create data Connection using Qlik ODBC Connector Package
  • Supply the connection parameters
  • Under Advanced
  • Enter 'QueryTimeout' as Name and -1 as Value

Hope this helps