select DBAATTRTABLE, DBAATTRCOL
from pdm.pdm_dbattrdef d, pdm.pdm_classattr c
where d.claid = c.claid
and c.claname = 'attribte_name';

