Posts by Lucas Romero • 43 points
1 post
-
3
votes1
answer474
viewsQ: How to give a EXECUTE IMMEDIATE command on an ORACLE database from a JAVA application?
The error is when I execute: execute immediate 'update teste set num = 1234 where num = 1'; Exception: java.sql.SQLSyntaxErrorException: ORA-00900: instrução SQL inválida…