select substr(strip(creator) || '.' || strip(name), 1, 24) tb
, substr(strip(dbName) || '.' || strip(tsName), 1, 17) ts
from sysibm.sysTables
where dbName in ('DB2ADMIN', 'DB2BINDP'
, 'DB2NR', 'DB2REO', 'DB2REORG')
and type not in ('A', 'V')
order by name, creator