Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
saivina2920
Creator
Creator

Query Execution taking long time

I have lengthy SQL Script which is written in Oracle SQL Query.

I created 4 different queries and join all the queries using "Union".

When i execute in Oracle, it is running fast and return result some short period of time (approx. 20 mins.)

but, the same query, when i reload in Qlikview, it i taking more than 60 minutes to return the result. Some times got hanged.

Why this much difference.

Labels (2)
1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

Reasons can be many; driver version, the network traffic, server load etc.
If i recall correctly oracle display doesn't return all the values when you run it on Oracle SQl developer. How are you running the query which takes 20 mins.

in any case 20 minute query is heavy, few options

- Why dont you split the queries and do the union/concatenate in qlik?

- if query cant be optimized further, Create a view for the same

View solution in original post

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

Reasons can be many; driver version, the network traffic, server load etc.
If i recall correctly oracle display doesn't return all the values when you run it on Oracle SQl developer. How are you running the query which takes 20 mins.

in any case 20 minute query is heavy, few options

- Why dont you split the queries and do the union/concatenate in qlik?

- if query cant be optimized further, Create a view for the same