// tod유저 ?LOB 타입 조회하기
select owner, table_name, column_name, data_type from dba_tab_columns
where data_type like '%LOB'
and owner = 'TOD'
select owner, table_name, column_name, data_type from dba_tab_columns
where data_type like '%LOB'
and owner = 'TOD'
View Comments,
Trackbacks
댓글을 달아 주세요