Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Finding LOB columsn
How about:
select * from DBA_tab_columns
where data_type like '%LOB%'
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of J. Dex
Sent: Friday, July 01, 2005 3:07 PM
To: oracle-l_at_freelists.org
Subject: Finding LOB columsn
Is there an easy way to find all of the tables in the database that have
LOB
columns regardless of who owns them?
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jul 01 2005 - 15:15:18 CDT
![]() |
![]() |