Reg - Storing Byte Arrays > 4000 bytes in a BLOB Field
914224Jan 31 2012 — edited Jan 31 2012Hi Everybody,
Im totally a new bie to oracle..
I wanna store images in my Oracle 10g database
i am converting image as a byte array and store it in a BLOB field of a table
Every thing works fine , Unless until the image size becomes big ( > 4000 bytes)
Pls help me how could i save my image as a byte array and retrieve it back easily when its needed....