Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Long columns obsolete
Sybrand Bakker wrote:
> On Sat, 6 Dec 2003 07:23:46 -0500, "Mark C. Stock" <mcstockX_at_Xenquery
> .com> wrote:
>
>
>>Good advise. I suppose eventually Oracle will follow it. ;-{)
SQL> SELECT owner, COUNT(*)
2 FROM dba_tab_columns
3 WHERE data_type LIKE 'LONG%'
4 GROUP BY owner
5 /
In 10g produces more than 200 positive responses.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Sat Dec 06 2003 - 10:19:35 CST
![]() |
![]() |