Login
Remember
Register
Ask a Question
How to store pictures on to the database?
0
votes
asked
Jan 17, 2024
in
Oracle
by
kamalkhandelwal29
How to store pictures on to the database?
database-picture
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2024
by
kamalkhandelwal29
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.
...