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 may join possible between (requisition with purchase order)
How to start instance with a minimal initialization parameter file?
Can we write insert statement in function in oracle?
What is oracle rownum?
What is format trigger?
Differentiate between pre-select and pre-query?
What is an oracle wallet?
What do database buffers contain?
What is a parameter file in oracle?
what is port in oracle? how is it related to database application.
What is Undo Management Advisor in Oracle?
How to create a table index in oracle?
What are the advantages of oracle?
What is a tns service name?
What is a system tablespace and when it is created?