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 BBED in Oracle?
What is the maximum limit on the number of columns in a table?
How to define an oracle cursor variable?
What is an oracle wallet?
what is port in oracle? how is it related to database application.
What is redo log?
What is flashback in Oracle?
What is recovery manager(rman) backup in Oracle?
How to export your connection information to a file?
What is the difference between postgresql and oracle?
Can we insert data in view oracle?
What are the predefined tablespaces in a database?
How can I create database in oracle?
Can we create database in oracle using command line ?
Explain the use of constraints option in exp command.