Could you check the origin (Oracle) view on an SQL application and see it it has data on it? Views are nothing different than merged tables on the DB, so check if the origin tables have data, and if the resulting view also has data.
Qlik will make the exact same query on tables as in views, so if you can get a table with data, the other should work as well.