Hi all, is there anybody there who can help and teach me how to insert an image on Oracle8 Database using CLOB data type
Thanks Ucy
Lesson one: don't put images in a database.
If you're planning to use the images for a website, then forget all about storing them in a database. Write them to disk as files, and store the filename etc in the database.