statement.executeUpdate() can’t be used to insert multiple records in Oracle
With below code I am able to insert multiple Records in H2 Database.
But with Oracle this doesn’t work.
Is there any other way to use normal SQL to INSERT multiple statements like that.