Hi,
I am trying to load a data file into database. The data should be rejected if one particular column is null. As far as i googled, there is only one way, I should make that column "not null" in database. But already some null values are available. So I dont want to disturb that.
If I include "when" in the load command,the data is not getting rejected. It is getting skipped. I want the data to be saved in the bad file. Is there any other way to define that column should be "not null" in the control file?
Please guide me. Reply me asap.
Thanks,
Flora
I am trying to load a data file into database. The data should be rejected if one particular column is null. As far as i googled, there is only one way, I should make that column "not null" in database. But already some null values are available. So I dont want to disturb that.
If I include "when" in the load command,the data is not getting rejected. It is getting skipped. I want the data to be saved in the bad file. Is there any other way to define that column should be "not null" in the control file?
Please guide me. Reply me asap.
Thanks,
Flora
Comment