dayankoven
Programmer
Hi there fellow gurus,
I have a situation here in which i seek some expert opinion/solution from the fellow forumers. Basically what i'm trying to do is :-
I have a fixed length flat which i want to load into an ORACLE database using SQLLOADER. But the problem is that i DO NOT want to load the entire flat file but only selected records. I intend to utilise the WHEN clause in the control file but the problem is my WHEN clause needs to encompass a string of conditions. FOR eg
I need to load the records in which POSITION(23:25) = 'AB' OR 'BC' OR 'DE'. Can i perform what i just mentioned with SQLLOADER? If i could, would be grateful if anyone could highlight to me the syntax of doing so...
Thanks in advance.
I have a situation here in which i seek some expert opinion/solution from the fellow forumers. Basically what i'm trying to do is :-
I have a fixed length flat which i want to load into an ORACLE database using SQLLOADER. But the problem is that i DO NOT want to load the entire flat file but only selected records. I intend to utilise the WHEN clause in the control file but the problem is my WHEN clause needs to encompass a string of conditions. FOR eg
I need to load the records in which POSITION(23:25) = 'AB' OR 'BC' OR 'DE'. Can i perform what i just mentioned with SQLLOADER? If i could, would be grateful if anyone could highlight to me the syntax of doing so...
Thanks in advance.