Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: When will long datatype no longer be supported
John Shaw wrote:
>
> We are looking at purchasing a third party software package that is still using longs. I am trying to make the case for forcing them to upgrade to lob's before we will purchase their software. Aside from the pain of having to deal with them - are they going to stop being supported soon? If so do you have any urls with details/dates?
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: John Shaw
John,
I have no special information but you can try this query :
select table_name
from dba_tab_columns
where owner = 'SYS'
and data_type in ('LONG', 'LONG RAW');
-- Regards, Stephane Faroult Oriole Software -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephane Faroult INET: sfaroult_at_oriole.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jun 02 2003 - 17:09:59 CDT
![]() |
![]() |