In the section “Loading large object data” in Chapter 6, “Moving Large Object Data,” the syntax for the FORMAT option of the LOAD TABLE statement should not contain single quotes. The correct syntax is:
LOAD [ INTO ] TABLE [ owner.]table-name ... ( column-name load-column-specification [, ...] ) ... FROM 'filename-string' [, ...] ... [ QUOTES { ON | OFF } ] ... ESCAPES OFF ... [ FORMAT { ascii | binary } ] ... [ DELIMITED BY 'string' ] ...