Reading and writing CLOBs and BLOBs from/to Oracle database via Spring’s JdbcTemplate might be a little bit confusing as it significantly differs from dealing with other types. Interested? Read on…
Posts Tagged ‘spring’
Oracle CLOB / BLOB & Spring
Sunday, February 24th, 2008OC4J, Spring and messaging
Wednesday, February 6th, 2008I ran into several issues during the development of an application which is to be run in OC4J 10.1.3.1 and needs to use SOAP web services and Oracle AQ (Advanced Queueing) messaging:
- Classpath hell debugging
- Oracle XML parser crashes on SOAP response
- Using custom AQ message payload (Oracle ADT message)
If anyone encountered such problems, read the rest of the article for tips and solutions.