Displaying the layout of LOB columns

 

When you use CL commands, such as Display Physical File Member (DSPPFM), to display a row of data from a table that holds large object (LOB) columns, the LOB data stored in the row is not displayed. Instead, the database shows a special value for the LOB columns.

The layout of this special value is as follows:

The number of bytes in the first portion of the value is set to the number needed to 16 byte boundary align the second part of the value.

For example, say you have a table that holds three columns: ColumnOne Char(10), ColumnTwo CLOB(40K), and ColumnThree BLOB(10M). If you were to issue a DSPPFM of this table, each row of data looks as follows.

The full set of commands that display LOB columns in this way is:

 

Parent topic:

Large objects