storing images [message #56064] |
Tue, 04 March 2003 14:40 |
Eugene
Messages: 44 Registered: August 2001
|
Member |
|
|
Hi all,
Could someone send me a link or give an example of the procedure to load images into the Ora 8.1.7
Thanks,
|
|
|
Re: storing images [message #56083 is a reply to message #56064] |
Wed, 05 March 2003 06:57 |
sai sreenivas jeedigunta
Messages: 370 Registered: November 2001
|
Senior Member |
|
|
Hello,
use the below example..
create table Pics(id number,pic long raw);
and then use the GUI to connect this table and send a picture from there ..it will do the Job ...
IF u r tying to load a picture from SQLplus i would recommend reading the documentation of BFILE.
sai
|
|
|