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: 
vidya821
Creator
Creator

tOracleOutput java.lang.NullPointerException

Hi,

 

i am facing the below issue while loading the table with input file

Exception in component tOracleOutput_1 (import_contract)

java.lang.NullPointerException

at sun_project.import_contract_0_1.import_contract.tFileInputDelimited_1Process(import_contract.java:1489)

at sun_project.import_contract_0_1.import_contract.runJobInTOS(import_contract.java:2937)

at sun_project.import_contract_0_1.import_contract.main(import_contract.java:2703)

 

Can someone give any pointers to check the issue

Thanks

 

Labels (2)
14 Replies
vidya821
Creator
Creator
Author

Hi,

My issue was wrt to oracle connection, the tOracleOutput_1 component was not connected to a DB,
however your issue seems to be with the incorrect syntax, the issue might not be with the tOracleOutput component as per the détails you provided.
The exception is caused in the tOracleOutput component due to issues in some other component.
Also check if the data type for some of the data sent from MongoDB to Oracle DB might differ.
share the screenshot if possible to work it out.
Thanks
Anonymous
Not applicable

Find Snap of component  and run tab-

 

0683p000009Lw83.png0683p000009Lw8D.png0683p000009Lvjf.png

Let me know what is issue here.

 

Thanks,

vidya821
Creator
Creator
Author

1) tOracleOutput should be connected to a database connection tOracleConnection.
2) use tMap component to map the data between two connections, this way u will be sure that the data types is matched between tables
Thanks
Anonymous
Not applicable

Thank you vidya. Its really helpful 0683p000009MACn.png

 

Regards,

Ravi

Anonymous
Not applicable

Thanks so much