Search:

Type: Posts; User: yamo93; Keyword(s):

Search: Search took 0.05 seconds.

  1. Hello, I had the same problem. A solution...

    Hello,

    I had the same problem.

    A solution is to filter bad records with a processor instead of using a skippable exception in the writer.
    Imho, the spring batch documentation does not explain...
  2. Thanks a lot. I use NamedParameterJdbcTemplate...

    Thanks a lot.
    I use NamedParameterJdbcTemplate in order to reuse already implemented MapSqlParameterSource.
    Here is the final code :



    NamedParameterJdbcTemplate tpl = new...
  3. Thanks for your response but it partially answers...

    Thanks for your response but it partially answers my question.

    In my pure jdbc example, i don't use a trigger but I pass the name of the oracle sequence in the insert request.

    How can i pass...
  4. Oracle, SimpleJdbcInsert and auto generated keys

    Hi,

    With Oracle 10 R2, it is possible to use automatic key generation and retrieval, with jdbc like this :
    PreparedStatement ps = conn.prepareStatement("INSERT INTO TABLE (ID, COL1) values...
Results 1 to 4 of 4