If a table contains abstract data type columns (LOB attribute) provided by a plug-in, load data to the LOB column structure base table and LOB columns at the same time.
To load data to a table with abstract data type columns (LOB attribute) provided by a plug-in, you need to provide the input data in one of the following forms:
Input data file | LOB parameter file |
---|---|
Containing the data other than the LOB-attribute abstract data type columns, and the LOB parameter file names | As many LOB parameter files as there are data items to be stored |
Containing the data other than the LOB-attribute abstract data type columns, and the LOB parameters | Not needed |
A LOB parameter is the LOB data used as an input parameter for the constructor function that generates the values to be stored in abstract data type columns.