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 the usage of analyze command in oracle?
What does sharding mean?
What do you understand by database schema and what does it hold?
What is an oracle user account?
How do I know if oracle client is installed on windows?
How to import one table back from a dump file?
Explain the difference between replace() and translate() functions in oracle?
How to get maxsal , minsal, ename department wise in single query
How to use subqueries with the in operator using oracle?
What is save point in oracle database?
Give the various rollback segment states.
What is the relation of a user account and a schema?
How to rename an index?
What is Data Dictionary Cache in Oracle?
How to get a create statement for an existing table?