Changes between Version 1 and Version 2 of JorisLog/2010/12/07


Ignore:
Timestamp:
2010-12-08T12:26:33+01:00 (14 years ago)
Author:
jlops
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JorisLog/2010/12/07

    v1 v2  
    33In order to create a database with triggers I made some simple java object (see attachment).
    44
    5 The problem was when I try to execute a pl/sql procedure hibernate thinks the colon (:) represents a parameter of the query.
     5The problem was when I try to execute a pl/sql procedure hibernate thinks the colon ':' represents a parameter of the query.
    66
    77To solve this I requested a JDBC connection and executed the procedure at JDBC level.