Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

How to insert image in ORACLE 10g table having column datatype bfile.
Table is like follow:

create table img_test
(
  image bfile
)


Follow statement is not working.
insert into img_test values('C:\img1.jpg')


Thanks !!
Posted
Updated 27-Jul-11 15:54pm
v4

1 solution

 
Share this answer
 
Comments
Bhavna v 19-Jul-11 1:11am    
Already i have seen these link. Question is very simple one table one column, why there is a procedure?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900