Answer Posted / s. senthil kumar
HOW TO CREATE TABLE FOR IMAGE FILE?
create table image_table (
file_id number,
file_desc varchar2(30),
file_loc bfile,
file_type varchar2(4));
HOW TO INSERT IMAGE FILE IN TABLE?
INSERT INTO image_table
VALUES(1,'Senthil
photo',bfilename('c:\photos','Kanneer.jpg'),'JPEG');
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How many types of segments in Oracle?
What is a sub query? Describe its types?
Explain the use of indexes option in exp command.
Can we save images in a database and if yes, how?
WHAT IS ecc 6.0
What is the parameter mode that can be passed to a procedure?
List the various oracle database objects?
Can a parameter be passed to a cursor?
How to loop through a cursor variable?
In oracle there is column command, how will you explain that?
What is Library Cache in Oracle?
What is Segment Advisor in Oracle?
What are the general rules on data consistency?
Does oracle database need java?
What is a relational database management system?