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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql*loader with blobs

Status
Not open for further replies.

bardley

Programmer
May 8, 2001
121
US
Hi. Total Oracle rookie. I have a table with two number columns and a BLOB column to hold logos stored in jpg format.
I'd like to use SQL*loader to add rows to this table so I don't have to actually get the jpg files onto the Oracle server. None of the tables allow nulls, so I have to read in the two numbers and the BLOB at the same time.

Could someone please tell me where to start?

Thanks loads!! Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top