Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
aniruddhyadutta
Creator
Creator

Does Qlikview lock tables during load??

I am having a Oracle table on which my incremental app is running (insert/update both)

I am missing records which are getting updated at time when qlik is reading the database.

Is that Qlik locks the database while reading and not able to pick up  records  which are  inserted during the readtime?

2 Replies
lakshmikandh
Specialist II
Specialist II

QV only passes through the SQL SELECT to the ODBC driver. The ODBC driver and the target DBMS control locking.

Does Qlikview lock tables during load??

rwunderlich

Anonymous
Not applicable

It does, but you can use NOLOCK option in your SQL.