Sql loader - 350 FILLER not found error
One of the custom SQL loader programs is giving the following error after the upgrade.
The control file of the program is :
-- The field names from the datafile are shown as comments with their
-- sequence number for easier recognition.
OPTIONS ( ERRORS=999999 )
LOAD DATA
APPEND
INTO TABLE ap_expense_feed_lines_all
--WHEN CARD_CODE_VALUE <> 'IDD'
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
TRAILING NULLCOLS
(
c1 FILLER CHAR, -- 1. Record Type Indicator
ATTRIBUTE12 CHAR, -- 2. Plan Number
CARD_NUMBER CHAR
"substr( LPAD(:CARD_NUMBER,16,'0'), 1, 4) ||' '||