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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error ORA-00955 table already exist

Hello

I have a problem with the option "Create table if not exist" in the tDBOutput component. When i run my job on the server , it says the table already exist (Error ORA-00955 table already exist) but i am in create if not exist. How can i fix that?

Thank you for your help.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Yes the schema is specified, but still the "if exist" doesn't work

I solved this by using a tDBRow to make the drop in a query myself

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

Did you specify your schema in your DB connection? If the schema is specified, could you please select the action "Drop and create" to see if it works?

Or please drop your table explicitly from your DB and then execute your job to see if it is running well.

Best regards

Sabrina

Anonymous
Not applicable
Author

Yes the schema is specified, but still the "if exist" doesn't work

I solved this by using a tDBRow to make the drop in a query myself