How Oracle SQL Developer Load GIF BLOB Files?

Asked By 10 points N/A Posted on -
qa-featured

Good Day TechyV!

Can anyone please help me on how Oracle SQL Developer Load GIF BLOB Files? If anyone has experienced reading, inserting and displaying images and blob files using Oracle SQL Developer, then please help. If you can share your sample codes or provide the step by step procedures, it will be great. Any information will be much appreciated. Thank you.

SHARE
Best Answer by Marvin M Calderon
Best Answer
Best Answer
Answered By 55 points N/A #131614

How Oracle SQL Developer Load GIF BLOB Files?

qa-featured

Hello Alissarachel,

                   If you want to store the image files in SQL then you have to use the default data type of image so that you can store them in the form in which they are. So first you need to make a table and you have to make a column with the data type of image file. If you want to access it through an application then you can use any of the software to make an interface to access the pictures that you have saved in the database. You can make one by using any of the programming language but if you do not know how to use that one then you can access ODesk for developing that one.

Answered By 0 points N/A #131615

How Oracle SQL Developer Load GIF BLOB Files?

qa-featured

Hello Alissarachel,

Use the default data type of the image as you can store it in the form in which they are. You need to make a table, after it a column with the data type of the image file (jpg, bmp, png, etc). In order to access it through an application, you will just have to use any software in order to make an interface to access the picture saved in the Database.

Related Questions