![]() |
|
|
+ Search |
![]()
|
Feb 16th, 2006 08:35
GuruPrasad atkuri, how can i store images in oracle database
Question how can i store images in oracle database you do can store Images in the database. for that you can create a table with having the datatype(Long,Long Raw,BLOB,CLOB or BFILE). after that try to write a a froent end application and read the image(using byte inputstream in the case of java InputStream) and insert into above column. if any clarification plz mail me. Thanks, Guru.