Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
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