SELECT TABLE_NAME,COLUMN_NAME FROM ALL_TAB_COLUMNS WHERE OWNER=’ESKIMOLAR’ and lower(column_name) like ‘%’|| lower(table_name) || ‘%’;