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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Oracle Bulk Exec component Error (Null pointer exception)

Hi, 

I'm trying to load a huge amount of records in an oracle DB, and i need to use the bulk components to do that, i know there is 3 components, the bulkouput, the bulkexec, and the outputbulkexec that does the same thing that the other 2 components, but i failed when the exec component executes and receive an NullPointerException i try the both ways (with the two components and with the fusion of the components) but always gives me that error, y sucessfully load the data in a .csv file, but when i try to load that file gives me that error. I reference the exec component to the file in the settings.

Any help with this issue?0683p000009Lu7N.jpg
There is the job i design, i try another ways but always fail in the same point.

Thanks in advance for your help.

Labels (4)
3 Replies
TRF
Champion II
Champion II

Check the line number in the error message and go to this line in the source code to see the reason of the null pointer exception.
Are you sure it comes from the tOracleXxx and not from the tMap?
Anonymous
Not applicable
Author

The error message doesn't show what is the line with error, and yes i'm sure that component is the one that crashes.
vapukov
Master II
Master II

for reduce guessing, would be good to attach:

- components configuration

- error text (with screenshot of crashed Job)