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: Convert Long to Long RAW in 10gR2

Re: Convert Long to Long RAW in 10gR2

From: Stephane Faroult <sfaroult_at_roughsea.com>
Date: Sun, 14 Jan 2007 16:24:59 +0100
Message-ID: <45AA4B4B.30607@roughsea.com>


Vivek,

Some rather random thoughts:

All considered, I think that you would be better off following Oracle's advice. At least you have routines to convert LONGs to BLOBs. IMHO developers have time enough to modify their code while the migration runs.

Interesting project.

HTH Stéphane Faroult

VIVEK_SHARMA wrote:
>
> Folks
>
> Of a 10gR2 Database, in a 700 GB Table the LONG Field contains
> standard JPEG Image with JFIF Compression.
>
> Running CSSCAN to check Character Set conversion from
> US7ASCII(default) to AL32UTF8 shows all rows as “Lossy conversion”
>
> Oracle Corp’s reply “If you wan to store JPEG’s in a Table then you
> need to use LONG RAW instead of LONG or better BLOB & you need to
> change this *before* going to UTF8.”
>
> NOTE – A Pro*C Application accesses the respective LONG field to
> display the Respective JPEG Image.
>
> Qs. What are easier ways to convert the LONG field to a LONG RAW
> field? Will conversion need an additional 700 GB Space?
>
> Qs Will conversion to LONG RAW field impact the Image access
> Functions, respective Pro*C Code & thus need a corresponding Change?
> (Conversion to BLOB will certainly necessitate a Change in the manner
> of access i.e. respective Functions & Pro*C Code, to my understanding)
>
> Thanks indeed
>

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Jan 14 2007 - 09:24:59 CST

Original text of this message

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