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 list all tables in your schema?
How to load excel data sheet to oracle database
Can a formula column be obtained through a select statement ?
Can you tell me how to add new column in existing views?how?How is possible?
How to set a transaction to be read only in oracle?
What is an oracle wallet?
How to create a new tablespace in oracle?
What are the differences between number and binary_float in oracle?
What is bulk load in oracle?
How to estimate disk space needed for an export job?
Whats the benefit of dbms_stats over analyze?
Give the constructs of a package, function or a procedure.
Explain the use of show option in imp command.
How to end the current transaction in oracle?
How to name query output columns in oracle?