Sakthi
Sakthi

Reputation: 45

Is it possible to store an image in oracle 11g express edition?

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.

enter image description here

Please help!!

Upvotes: 1

Views: 742

Answers (1)

igr
igr

Reputation: 3499

Use BLOB. Not legacy LONG RAW.

Upvotes: 2

Related Questions