CallableStatement cst = conn.createCall("{call procedura(?, ?)}");
cst.setInt(1, valoreNumero);
cst.setString(2, valoreStringa");
cst.execute();