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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
derehrlichemakler
Contributor II
Contributor II

Load Data from partitioned Oracle DB

Hi

I have a very simple load statement

Load *;

Select *

From "x"."y";

The load statement runs without Error but also without loading data.

Assumption is: I need another load statement i.e. extend it to access a partitioned DB.

Labels (1)
2 Replies
Jack_Guo
Support
Support

Hi @derehrlichemakler 

When you create data connection to Oracle DB, if connection is successful then you will see the available table/tables that can be selected and preview the data. Can you see the previewed data from the table?

derehrlichemakler
Contributor II
Contributor II
Author

Hi @Jack_Guo 

I can see the Tables.

I can see the table structure.

But I don't get a preview.

BR

Fabian