mkalen 2005/03/14 21:48:03
Modified: . Tag: OJB_1_0_RELEASE release-notes.txt
Log:
Document known issues with Oracle9i platform.
Revision Changes Path
No revision
No revision
1.54.2.33 +6 -1 db-ojb/release-notes.txt
Index: release-notes.txt
===================================================================
RCS file: /home/cvs/db-ojb/release-notes.txt,v
retrieving revision 1.54.2.32
retrieving revision 1.54.2.33
diff -u -r1.54.2.32 -r1.54.2.33
--- release-notes.txt 15 Mar 2005 02:34:20 -0000 1.54.2.32
+++ release-notes.txt 15 Mar 2005 05:48:03 -0000 1.54.2.33
@@ -147,6 +147,11 @@
- otm-api: The OTM API has a known caching issue and should not be
considered for code used
in production environments. The future of the OTM layer will be subject
for discussion on the
OJB developers list, if you are using it - please subscribe to ojb-dev and
make your voice heard.
+- Oracle9i platform: when using statement batching, there is a 2k limit on
BLOB + 4k limit on CLOB.
+- Oracle9i platform: when using ConnectionFactoryDBCPImpl OJB can run out of
Oracle cursors,
+ since prepared statements are cached by the default DBCP connection
factory. A work-around
+ is to extend ConnectionFActoryDBCPImpl and override the
createStatementPoolFactory()-method
+ with a null-return (=no DBCP PreparedStatement cache).
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]