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

Home -> Community -> Usenet -> c.d.o.server -> Re:Manipulating Long Raw in Pl/Sql

Re:Manipulating Long Raw in Pl/Sql

From: Vishal Makhija <vishal_at_taten.com.au>
Date: Tue, 11 Jan 2000 10:57:31 +1100
Message-ID: <387A71EB.CF6847EF@taten.com.au>


Hi ,

    A simple long-type manipulation question...

    Since the max. length of a local variable (PL/SQL) of type long is 32767, how does one manipulate data from Long columns, having size larger than that?

    Also, normal string functions like length or substr, do not work with long types. So how does one perform those on Long datatypes?

Can anyone please help?

Thanks.
--Vishal Received on Mon Jan 10 2000 - 17:57:31 CST

Original text of this message

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