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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tMap error

I created a simple test job to test a simple transformation.
I have defined two db connections as generic jdbc using two different Oracle 11 dbs.
I can connect to the job pull up two identical tables on each db.
The job will just move data from table A on db1 to table B on db2.
I define the job fine and use automap to map the columns of table A to table B. The columns are defined and named the same.
I run the job with no data in table A or table B and it runs in a few milliseconds.
I populate table A with 10000 rows and I run the job.
I get an ORA-00928: missing SELECT keyword in the execution log window.
No rows move.
Any ideas or is this another bug with 3.1?
Labels (3)
10 Replies
Anonymous
Not applicable
Author

I get the same error on every row not just the six row.
I get the same error on a larger table as well.
The sql for the larger table is shown above and I picked a smaller table for the screenshots.
There are no special characters in the data - I just killed the job after the sixth row.