well, there could be problems with the second import because of constraints. when the 2nd import is run the constraints (which were imported by the first imports and were enabled )will fail the import because of the wrong sequence of data inserts done by the 2nd import and that fails the parent child relationship. However this can be taken care of by not importing constarints during the first import and doing so in the 2nd import.

your thoughts?

paul