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: ORAPERL

Re: ORAPERL

From: Peter & Mag <petermag_at_singnet.com.sg>
Date: 1999/02/12
Message-ID: <36C43B7F.C86E80EA@singnet.com.sg>#1/1

To store images, you can use BFILE, LOB, BLOB, or LONG RAW, or RAW datatype.

If it is RAW or LONG RAW, goto

http://outside.organic.com/mail-archives/dbi-users/old/0079.html

for a sample. Use "insert" instead of select to insert into the data field, after filling in the memory pointer or bind variable with the images.

For BFILE, LOB, BLOB which are O8 features, you need to use OCI/Pro*C to build a module/extension or C interface to perl.

Steven wrote:
>
> hi,
>
> May l know how to use ORAPERL to upload images into file system ?
>
 

-- 

Peter Teoh
Oracle Certified Professional
Received on Fri Feb 12 1999 - 00:00:00 CST

Original text of this message

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