Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORAPERL
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 ProfessionalReceived on Fri Feb 12 1999 - 00:00:00 CST
![]() |
![]() |