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