Bonjour j'ai oracle 9 sous windows 200.
je m'essaye a SQL load et je rencontre un probleme.

quand je tape cette commande " sqlldr userid=system/system control=control.txt log=log.txt bad=bad.txt disc
ard=discard.txt direct=y errors=0 "
dans mon invite de commande il me repond

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
 " SQL*Loader: Release 9.2.0.6.0 - Production on Wed Oct 19 12:05:16 2005
 
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
 
SQL*Loader-926: OCI error while executing delete/truncate (due to REPLACE/TRUNCA
TE keyword) for table ITG_USER.KNTA_USERS_INT
ORA-00054: resource busy and acquire with NOWAIT specified "
mon fichier control.txt contient "
 
[i]LOAD DATA INFILE 'test.csv' TRUNCATE INTO TABLE LOJAR.USERS FIELDS TERMINATED BY ',' (LAST_NAME ,FIRST_NAME ,EMAIL_ADDRESS )[/i]