Hi,

I have created a table like this:
CREATE TABLE photo (
phot_id number(100)
image blob);

I want to insert values ! But how ?
For example, I want to insert an image named nic.jpg which is in the directory C:\Oracle .... What must I do to insert the value in the table ?

Thanks

Nic