Changes between Version 1 and Version 2 of JorisLog/2010/12/07
- Timestamp:
- 2010-12-08T12:26:33+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JorisLog/2010/12/07
v1 v2 3 3 In order to create a database with triggers I made some simple java object (see attachment). 4 4 5 The problem was when I try to execute a pl/sql procedure hibernate thinks the colon (:)represents a parameter of the query.5 The problem was when I try to execute a pl/sql procedure hibernate thinks the colon ':' represents a parameter of the query. 6 6 7 7 To solve this I requested a JDBC connection and executed the procedure at JDBC level.