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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to transfer varchar2 to long raw

Re: How to transfer varchar2 to long raw

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 31 Aug 2006 20:33:09 -0700
Message-ID: <1157081588.928588@bubbleator.drizzle.com>


tamsun wrote:
> On Thu, 31 Aug 2006 10:21:55 -0700, DA Morgan <damorgan_at_psoug.org>
> wrote:
>
> xcept using attachment ?

>> CLOB CLOB and CLOB. That is the best possible solution.
>>
>> If the web developers can't figure out to to use it then that is the
>> problem you should be asking about. What toolset are they using?

>
> Thanks again.
>
> Once I have create a table with a BLOB field to stored attachment.
> The web program make wrong, when I change BLOB to long raw, it's
> work. As for CLOB, I have not do experiment. I really don't know
> why because the web platform is not open to me. When I consult
> the engineer who make the platform, he ask me to use long raw.
> I'm sorry for my low-grade question. I think I must misunderstand
> something. Today I will ask the engineer again.
>
> Thank you very much.

I appreciate that English may not be your first language but it seems that you are not understanding what multiple people have tried to tell you.

VARCHAR2 and CLOB and LONG = characters
LONG RAW and BLOB = binary

They are not interchangeable.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Aug 31 2006 - 22:33:09 CDT

Original text of this message

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