Index: src/ref/rrefblob.dita
===================================================================
--- src/ref/rrefblob.dita	(revision 412729)
+++ src/ref/rrefblob.dita	(working copy)
@@ -33,7 +33,7 @@
 { BLOB | BINARY LARGE OBJECT } [ ( <i>length</i> [{K |M |G }] ) ]
 </b></codeblock> </refsyn>
 <section><title>Default</title><p>A BLOB without a specified length is defaulted
-to one megabyte.</p> </section>
+to two gigabytes (2,147,483,647).</p> </section>
 <section><title>Corresponding compile-time Java type</title><p><i>java.sql.Blob</i></p> </section>
 <section><title>JDBC metadata type (java.sql.Types)</title><p>BLOB</p><p>Use
 the <i>getBlob</i> method on the <i>java.sql.ResultSet</i> to retrieve a BLOB
Index: src/ref/rrefclob.dita
===================================================================
--- src/ref/rrefclob.dita	(revision 412729)
+++ src/ref/rrefclob.dita	(working copy)
@@ -30,7 +30,7 @@
 is specified in characters (unicode) for CLOB.</section>
 <refsyn><title>Syntax</title><codeblock><b>{CLOB |CHARACTER LARGE OBJECT} [ ( length [{K |M |G}] ) ]</b></codeblock> </refsyn>
 <section><title>Default</title><p>A CLOB without a specified length is defaulted
-to one megabyte.</p> </section>
+to two gigabytes (2,147,483,647).</p> </section>
 <section><title>Corresponding Compile-Time Java Type</title><p><i>java.sql.Clob</i></p> </section>
 <section><title>JDBC Metadata Type (java.sql.Types)</title><p>CLOB</p><p>Use
 the <i>getClob</i> method on the <i>java.sql.ResultSet</i> to retrieve a CLOB
