hi,

There is an object type called ORDSYS.ORDImage in intermedia. So using that, u create a table and first insert empty row into the table.
Lock that particular row before updating the empty column using select...for update

use the getContent method to get the LOB locator.
populate the data with dbms lob calls or write an OCI program to fill in the image BLOB.