" at position " + pos + ",row " + i);
else
System.out.println("Failed: Found unicode string " + arrayIndex +
" at position " + pos + ",row " + i);
pos = clob.position(unicodeStrings[arrayIndex],4000);
if (pos == 5004 || (pos == -1 && clobLength < 4000))
System.out.println("Succeeded: Found unicode string " + arrayIndex +
" at position " + pos + ",row " + i);
else
System.out.println("Failed: Found unicode string " + arrayIndex +