I need to insert the image in Oracle DB in Binary Format.
Store in the form of Blob something like
CREATE TABLE "IMGTABLE" ( "NAME" VARCHAR2(4000), "PHOTO" BLOB )
I Know that we can always fetch from one database server and rewrite it to another. But what is the simplest way to do this?