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

invalid user.table.column...

Hello,

 

Can you please help me to solve this issue?

Exception in component tOracleInput_1
java.sql.SQLSyntaxErrorException: ORA-01747: invalid user.table.column, table.column, or columns specification

 

Here is my query:

"select  i.REFERENCE_NUMBER, i.INVOICE_DATE
from INVOICE i
where 
i.FLAG_EXPORTED = 'Y'
and i.INVOICE_DATE = to_date((java.util.date)globalMap.get(\"row8.date_fin\"),'yyyy/mm/dd')"

 

Thanks.

Regards,

HB

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

This error indicates the Oracle parser thinks that one of your columns or tables is not valid. And please have a look at your code tab to see any syntax error in the INSERT statement from generated java line.

Best regards

Sabrina