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
State and explain the different types of data models?
How to update values on multiple rows in oracle?
What is the difference between translate and replace?
What is different types of joins?
What is an oracle user role?
How to delete a user account in oracle?
How many types of tables supported by oracle?
What is recovery manager in Oracle?
What happens to the current transaction if a ddl statement is executed?
How to convert a string to a date in oracle database?
How to connect ms access to oracle servers?
How to create a new tablespace in oracle?
How is it different from a normal table?
Why should I use oracle database?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....