[493598]: HorizontalAuditClassMapping.readUnitRevisions uses fetchSize too large for Oracle

https://bugs.eclipse.org/bugs/show_bug.cgi?id=493598
diff --git a/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml b/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
index e5cb7dd..67d08a0 100644
--- a/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
+++ b/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
@@ -43,6 +43,10 @@
 	      <property name="idColumnLength" value="34"/>
 			-->
 
+      <!-- Example http://bugs.eclipse.org/493598
+	      <property name="jdbcFetchSize" value="10000"/>
+			-->
+
       <!-- Period at which to execute an SQL statement to keep DB connection alive, in minutes -->
       <property name="connectionKeepAlivePeriod" value="60"/>
 
@@ -52,6 +56,7 @@
       <!-- Maximum number of store accessors (JDBC connections) to keep in the writer pool. The default value is 15.  -->
       <property name="writerPoolCapacity" value="20"/>
 
+
       <mappingStrategy type="horizontal"> <!-- callout -->
         <property name="qualifiedNames" value="true"/>
         <property name="withRanges" value="false"/>