Index: java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj
===================================================================
--- java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj	(revision 412721)
+++ java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj	(working copy)
@@ -3914,7 +3914,7 @@
 DataTypeDescriptor
 LOBType() throws StandardException :
 {
-	int	length = 1048576; // default to 1Mb if no length specified
+	int	length = 2147483647; // default to 2GB-1 if no length specified
 	String	type;
 }
 {
