i would need your advice, please, i had to import huge csv file with sql*loader into blank table , so i disable constraints , and index, put the db in noarchivelog mode , and inserted the rows, everything ran fine (log file said nothing has been non reand and so on) , so now i'm reactivating the constraint and i get a ORA-02437 primary key violated. so i set up an EXCEPTIONS table , retry the contraint query with the "exceptions into exceptions". Whe i select