Error when a named parameter used multiple times in JDBC PL/SQL block Error when a named parameter used multiple times in JDBC PL/SQL block oracle oracle

Error when a named parameter used multiple times in JDBC PL/SQL block


You can't use one bind parameter multiple times in SQL statement. You must provide a value for each occurrence of parameter. This is because Oracle ignores bind parameter name and only a colon symbol is taken into account.
Oracle docs