Oracle_DBA_LOBS1
Objectives: DBA_LOBs

DBA_LOBS describes all LOBs in the database.

Script:

select table_name || '.' || column_name table_column, segment_name lob_name, in_row from dba_lobs where rownum <20