substrb returns a portion of string, beginning at position, length characters long. substrb calculates lengths using bytes.
string can be any of the datatypes CHAR, VARCHAR2, NCHAR, NVARCHAR2, CLOB, or NCLOB. The return value is the same datatype as string. Floating-point numbers passed as arguments to substrb are automatically converted to integers.