0 votes
in Oracle by
How to store pictures on to the database?

1 Answer

0 votes
by
It is possible to store pictures on to the database by using Long Raw Data type. This data type is used to store binary data of length 2GB. Although, the table can have only on Long Raw data type.
...