PreparedStatement (Java+DB)

execute("select * from USERS where login = '" + this.login + "'"); this.login = "test'; drop table USERS; --"; Will this SQL-injection work with Oracle DB?

Similar questions and discussions