TABLE_NAME COMMENTS
------------------------------ -----------------------------------
DBA_ALL_TABLES Description of all object and
relational tables in the database

TABLE_NAME COMMENTS
------------------------------ -----------------------------------
DBA_TABLES Description of all relational
tables in the database


This is from a select on dict where table_name ='blah_blah' Got it?
MH