| src_lob
| Input OBlob, OClob or OBfile object whose value is to be compared.
|
| amount
| An integer specifying the number of bytes or characters to compare.
|
| dst_offset
| An integer specifying the 1-based offset in bytes (OBlob or OBFILE) or
characters (OClob) in the value of this object. Default value is 1.
|
| src_offset
| An integer specifying the 1-based offset in bytes (OBlob or OBFILE) or
characters (OClob) in the value of the src_lob object. Default value is 1.
|