Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tOracleBulkExec errorORA-00942: table or view does not exist

Hi,
I have a job that is updating a large amount of records but when executing the tOracleBulkExec gives the message
java.sql.SQLException: ORA-00942: table or view does not exist
I've set the correct database and table but doesn't work 0683p000009MPcz.png
Regards
Ricardo Mendes
0683p000009MD9c.jpg 0683p000009MDGN.jpg
Labels (3)
7 Replies
Anonymous
Not applicable
Author

Hi Mendesr
Have you checked correctly the schema and database in all fields of tOracleBulkExec??
DATABASE.schema.TABLE
Cheers
Anonymous
Not applicable
Author

Hi,
And pay attention on "Case Sensitive".
Best regards
Sabrina
Anonymous
Not applicable
Author

I've checked all the configurations 0683p000009MACn.png but still doesn't work 0683p000009MPcz.png
Anonymous
Not applicable
Author

Hi,
Have you checked DB "Permissions"? Could you get the table by your user role?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi, yes I can get the table by my role, the first step is to read rows from that table and if I use tOracleOutput to update the table it works but takes 3 minutes to update 50 rows 0683p000009MPcz.png
Anonymous
Not applicable
Author

Hi,
Could you please show us your whole workflow? What's your job requirement?
Best regards
Sabrina
Anonymous
Not applicable
Author

I also get a similar error on TOS - 5.6.2 with tOracleOutputBulkExec.
Mine is a simple flow - Delimited_file (all strings) -> tMap (to covert 2 columns to an Int and Date) -> tOracleOutputBulkExec
Attaching screenshot for both the Basic and Advanced properties of tOracleOutputBulkExec here!
Also, I'm trying to Bulk-Update the table with this, with proper Keys defined in the schema!

Any help is much appreciated!