This topic is locked

Upload images from a CD

4/16/2008 8:45:47 AM
PHPRunner General questions
D
dcrera author

Hi,
I need to mass upload images from a CD to an oracle db.
SQL> desc image_table

Name Null? Type

------------------------------- -------- ----

IMAGE_ID NUMBER(5)

FILE_NAME VARCHAR2(30)

IMAGE_DATA BLOB
I have a csv file in the same dir as the images that look like :
IMAGE_ID,FILE_NAME,IMAGE_DATA

1,test1,D:\E18-J6\00000001.TIF

2,test2,D:\E18-J6\00000002.TIF

3,test3,D:\E18-J6\00000003.TIF

4,test5,D:\E18-J6\00000005.TIF
Any ideas on how I can do this.
Thanks

Sergey Kornilov admin 4/16/2008

PHPRunner won't help you to import images into Oracle database.
You need to use some third party software for this purpose.