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
How to delete a column in an existing table?
How does one get the view definition of fixed views/tables?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
Differentiate between function and procedure in oracle.
What is a partition in oracle?
What is a lookup table in oracle?
What is null value in oracle?
What is a cursor in oracle?
Give the various rollback segment states.
What are the different types of synonyms?
How to drop an index in oracle?
How do I connect to oracle?
What is control file used for?
Explain the blob datatype?
How does the on-delete-cascade statement work?