hi all
is there a way to pattern match the input file in the "when" clause part of the sqlldr
if so how?
ie
load data
replace
into table table_name
when (01:04 = ???????????????)
(
column_name POSITION(01:05) CHAR(5)
)
the first four characters must be:
position 1 -- a char of A to D
position 2 -- a char of R to Z
position 3 -- a number 0 to 9
position 4 -- a number 0 to 9
thanks
for the help
zapster
is there a way to pattern match the input file in the "when" clause part of the sqlldr
if so how?
ie
load data
replace
into table table_name
when (01:04 = ???????????????)
(
column_name POSITION(01:05) CHAR(5)
)
the first four characters must be:
position 1 -- a char of A to D
position 2 -- a char of R to Z
position 3 -- a number 0 to 9
position 4 -- a number 0 to 9
thanks
for the help
zapster