Reputation: 45
Is there any other datatype that allows an image to be stored into the database?
The list of data types that appears in Oracle 11g express edition is shown in the picture below.
Please help!!
Upvotes: 1
Views: 742
Reputation: 3499
Use BLOB. Not legacy LONG RAW.
Upvotes: 2