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: Slow inserting LONG RAW data

Re: Slow inserting LONG RAW data

From: Patrice <"patrice_castet_dba>
Date: Fri, 15 Sep 2006 12:19:21 +0200
Message-ID: <450a7e4b$0$428$4d4eb98e@read.news.fr.uu.net>


> They have a problem whereby saving any LONG RAW data to the database
"LONG xy" datatypes are often a problem, better use BLOB datatype instead of thos LONG RAW. "LONGs" are a legacy from oracle 7, which were silly to use as needed to be chuncked into several parts, etc. baaahh better use BLOBs, that's my advice. Look into DBMS_LOB docs for the API, works fine for any images, sound, binary doc you may dream about. 2nd advice : setup BLOBs in a separate tablespace with a big block size, and with a dedicated cache zone in SGA if you heavily use them, it's way quicker.
rgds,
Patrice Castet
sr Oracle DBA Received on Fri Sep 15 2006 - 05:19:21 CDT

Original text of this message

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