Hi guys
i would like to know about loading pictures
into oracle database.if there anyone who has an idea
on this will be highly appreciated.
database is on 8.1.5 on solrais2.7
BLOB datatype is what we are thinking for that col.
thanks
Printable View
Hi guys
i would like to know about loading pictures
into oracle database.if there anyone who has an idea
on this will be highly appreciated.
database is on 8.1.5 on solrais2.7
BLOB datatype is what we are thinking for that col.
thanks
Hi,
U can use the bfile datatype. It is stored outside the datafile and a reference of the picture u have stored is kept in the database.
that looks a very intersting solution.
Thanks