Hi,
>> when i monitor the import i see a very long amount of wait for the SQLnet from client ,
Good clue!
*******************************
>> this is strange because i run the import on the Database server itself .
>> DB is on windows 2003 runnin
Not really. You are running a a personal computer, so disk contention is inevitable.
They are probably both on the same PC drive, yes?
This is an INSERT statement or a data pump import?
Which are you using, SQL inserts or data pump impdp?
**********************************
>> I have seen that we have a incredible amount of constraints on those tables it might be the reason
Yes, It has FAR FASTER to disable constraints before doing a mass insert.
Read this carefully:
http://www.dba-oracle.com/t_insert_tuning.htm