Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loading BLOB fields

Status
Not open for further replies.

bardley

Programmer
May 8, 2001
121
US
Hiya.
I'm not a DBA or anything, I'm just a poor lonely Perl programmer who's using the DBI/DBD:Oracle modules to connect to Oracle8.

I was wondering...Is there any way to insert BLOBs (specifically jpgs) into a table without actually moving the file over to the Oracle Server? The way we're doing it right now, we've got a stored procedure to insert them, but the file must be on the box running Oracle.

Basically, is there a way to insert jpgs on my machine directly into the table on the Oracle server(via SQL)? Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top