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
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