Hi,
Check pending state is probably because of foreign keys. If you would like to load data without doing the "set integrity" command at the end to move the table from check pending state to normal state, there is one more option:
1. Drop foreign keys,
2. Load tables
3. create foreign keys.
But be carful - droping foreign keys can be dangerous - because you don't have the referencial integrity.