Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Load Multiple images (BLOBs) into the Database

61508381-1ef0-48eb-abb0-a47ebc86ab39Apr 26 2016 — edited Apr 27 2016

I have a folder with several images. My database table is a simple table with 2 fields: name (char) and image (BLOB). How can I import my images located in my C disk (e.g.: C:\Users\me\images) into my table?

P.S. By using the SQL Developer I found a way to import 1 image per time, but I am looking for a solution that could import my entire folder; and when I am choosing import data from sql developer, I am getting an "There are no readers registered to the jpg type" error..

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 25 2016
Added on Apr 26 2016
2 comments
1,962 views