Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Intermedia Tuning
Hello
tuning intermedia is much like tuning lob applications, for example put the blob that holds the image (<your ordsys.ordimage column>.source.localdata) into a separate tablespace, and use the largest blocksize your platform supports - you'll already gain a lot from just that simple measure
also, be sure that you have the natively compiled libraries (ncomp) installed - that'll boost your intermedia java performance (iow the ordimage.process methods)
some other useful tips you'll find in the intermedia docs, there's a whole chapter on performance tuning, but if you implement the 2 suggestions above you'll sure notice an increase in performance
Stefan
On 7/21/06, Alfonso León <aleon68_at_gmail.com> wrote:
>
> Hi Listers:
>
> We have application using images, the application that load the images in
> a format that the printer does not recognize so a conversion is needed, and
> we are using intermedia for the task.
>
> These images are about 20K, but processing each image takess about 1
> second and the process is about 10K images to convert.
>
> Does anybody know how to tune the intermedia cartridge?
>
> Oracle version 9.2.0.6
>
> TIA
> --
> Alfonso Leon
>
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Jul 22 2006 - 04:18:00 CDT
![]() |
![]() |