Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to read column with LONG datatype

RE: how to read column with LONG datatype

From: Trassens, Christian <CTrassens_at_uni2.es>
Date: Wed, 07 Feb 2001 01:12:47 -0800
Message-ID: <F001.002AD5A6.20010207004527@fatcity.com>

Yes, as you do with other fields: select long_field from table. However you can't apply to it a char function as substr or rtrim, etc in a SQL. Although there is a way to treat it with PL/SQL.

I strongly recommend you to use LOBs: CLOB or BLOB or even BFILE. And you can manage them with dbms_lob.

Regards.

> -----Mensaje original-----
> De: Indra Harimurti [SMTP:indra_at_sofrecom.co.id]
> Enviado el: miércoles 7 de febrero de 2001 6:21
> Para: Multiple recipients of list ORACLE-L
> Asunto: how to read column with LONG datatype
>
> Dear List,
>
> how can I select column with LONG datatype to see
> all its contents. Thank you.

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Trassens, Christian
  INET: CTrassens_at_uni2.es

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Feb 07 2001 - 03:12:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US