Roxit_Support
12 years agoNew Contributor
[Resolved] commit my delete statement in JDBC step
when i run my JDBC steps with content like:
"delete from domain_object where id in (select id from zaak where extern_zaaknummer = :extern)"
the records are still available. When i run the queries straight on the DB AND add a commit statement the records are deleted.
However when I add a new line with 'commit' to the query in my JDBC step, SOAP returns an error:" ORA-00933: SQL command not properly ended"
I also tried 'go', 'submit' however the same error returns.
Adding ";" does not work either because it is JDBC, it then returns the error: "ORA-00911 invalid character"
How can I send a comitted delete statement to my Oracle 11 DB??
"delete from domain_object where id in (select id from zaak where extern_zaaknummer = :extern)"
the records are still available. When i run the queries straight on the DB AND add a commit statement the records are deleted.
However when I add a new line with 'commit' to the query in my JDBC step, SOAP returns an error:" ORA-00933: SQL command not properly ended"
I also tried 'go', 'submit' however the same error returns.
Adding ";" does not work either because it is JDBC, it then returns the error: "ORA-00911 invalid character"
How can I send a comitted delete statement to my Oracle 11 DB??