Is it possible to import data via SYSCS_UTIL.SYSCS_IMPORT_DATA when the first row of data is a header that contains column names? For example the data are orgnized like this:
name,age,weight bob,17,150 sue,18,120 If not, does anyone know a workaround? I have large data files and the SYSCS_UTIL.SYSCS_IMPORT_DATA imports data much faster than a prepared statement. Thanks
