The LENGTH function returns the byte length of RAW r.
Syntax
UTL_RAW.LENGTH (
r IN RAW)
RETURN NUMBER;
Parameters
| Parameter | Description |
|---|---|
| r | The RAW whose byte length is to be measured. |
Return values
| Return value | Description |
|---|---|
| NUMBER | The current byte length of the RAW. |