Answer Posted / dinesh gawande
Photographs and pictures can be inserted in the database
using BLOB/CLOB datatypes. You can use BLOB to insert the
image. There is one more datatype called Longraw but I
think BLOB is better because one table can have only one
longraw data type.
This task is covered in the Oracle documentation:
http://download-
west.oracle.com/docs/cd/B10501_01/appdev.920/a88786/mm_uses.
htm#600943
All the best.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an oracle cursor variable?
what are the advantages of running a database in archive log mode?
What is partitioned table in Oracle?
Can we save images in a database and if yes, how?
how to join query for one source type is oracle another source type is sql server ?
What is raw datatype?
How many categories of data types?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
How to retrieve values from data fields in record variables?
Can we store images in oracle database?
What is a sub query? What are its various types?
How does one get the view definition of fixed views/tables?
What are the different types of record groups in oracle? Explain each of them
How to add another datafile to a tablespace?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database