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 different is ms access and oracle?
What are the restrictions in a oracle read only transaction?
What is an oracle user role?
How do I reset a sequence in oracle?
What do you mean by redo log file mirroring?
How many types of synonyms in Oracle?
How to use in conditions in oracle?
How to insert a new row into a table in oracle?
What are the uses of synonyms?
What is the difference between view and materialized view in Oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What is the recommended interval at which to run statspack snapshots, and why?
Why do we use bulk collect in oracle?
What is the difference between translate and replace?
How to pass parameters to procedures?