Output from large object data types

When you issue a SELECT statement that includes a large object, displays the results as follows:
  • For a TEXT column or CLOB column, the contents of the column are displayed.
  • For a BYTE column, the words <BYTE value> are displayed instead of the actual value.
  • For a BLOB column, the words <SBlob data> are displayed instead of the actual value.