Bonjour,
Quand je fait un load des fichier avec sql loader en utilisant l'option:
le load se fait normal, mais a un certain temp j'ai une erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 DIRECT=TRUE
Mais sans l'option DIRECT, le load se fait normal sans erreur, mais avec un temp considérable.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 SQL*Loader-961: Error calling once/load finishing for table MA_TABLE ORA-26095: unprocessed stream data exists SQL*Loader-961: Error calling once/load finishing for table MA_TABLE ORA-26095: unprocessed stream data exists SQL*Loader-961: Error calling once/load finishing for table MA_TABLE ORA-26095: unprocessed stream data exists SQL*Loader-961: Error calling once/load finishing for table MA_TABLE ORA-26095: unprocessed stream data exists SQL*Loader-926: OCI error while uldlfca:OCIDirPathColArrayLoadStream for table MA_TABLE SQL*Loader-925: Error while uldlgs: OCIStmtExecute (ptc_hp) ORA-03114: not connected to ORACLE SQL*Loader-925: Error while uldlgs: OCIStmtFetch (ptc_hp) ORA-24338: statement handle not executed SQL*Loader-951: Error calling once/load initialization ORA-00604: error occurred at recursive SQL level 1 ORA-00054: resource busy and acquire with NOWAIT specified
Ma table contient des index (pas de contraintes).
est ce que l'utilisation des index cause un problème avec l'option DIRECT ?
Merci d'avance
Partager