Hi from the Emerald Isle
I am trying to load data from a flat file into 3 seperate tables. The tables contain numerous different columns and for the purpose of this job most can be filled with constants.
my problem lies in the that the flat file contains a county name description but 2 of the tables i am trying to load into the corresponding columns only take a numeric value. we have an upload program that decodes these descriptions into the numeric values during a batch run(nightly) but for my current job i cannot use the batch job.
when i try to hard code in the descriptions and their corresponding values(33 entries exceeding 256 characters) in to the decode statement in the SQL Loader file i get told that this exceeds the max allowed.
is there anyway i can get around this ?
or
can i reference the static table from the .ctr file ?
I am trying to load data from a flat file into 3 seperate tables. The tables contain numerous different columns and for the purpose of this job most can be filled with constants.
my problem lies in the that the flat file contains a county name description but 2 of the tables i am trying to load into the corresponding columns only take a numeric value. we have an upload program that decodes these descriptions into the numeric values during a batch run(nightly) but for my current job i cannot use the batch job.
when i try to hard code in the descriptions and their corresponding values(33 entries exceeding 256 characters) in to the decode statement in the SQL Loader file i get told that this exceeds the max allowed.
is there anyway i can get around this ?
or
can i reference the static table from the .ctr file ?